fix:日志详情里添加一个传参
This commit is contained in:
parent
3de4874cf4
commit
5d58d0c8fc
|
@ -367,6 +367,7 @@
|
|||
v-if="dialog.edit"
|
||||
ref="editDialog"
|
||||
:dept="deptId"
|
||||
:process="process"
|
||||
:mgroupName= "mlogItem.mgroup_name"
|
||||
@success="handleEditSuccess"
|
||||
@closed="dialog.edit = false"
|
||||
|
@ -390,6 +391,10 @@ export default {
|
|||
type: String,
|
||||
default: "",
|
||||
},
|
||||
process:{
|
||||
type: String,
|
||||
default: "",
|
||||
}
|
||||
},
|
||||
components: {
|
||||
editDialog,
|
||||
|
|
Loading…
Reference in New Issue