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