fix:日志详情里添加一个传参

This commit is contained in:
shijing 2025-01-17 09:21:41 +08:00
parent 3de4874cf4
commit 5d58d0c8fc
1 changed files with 5 additions and 0 deletions

View File

@ -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,