projects/mes-test #133

Merged
gtz217 merged 281 commits from projects/mes-test into projects/mes 2023-11-30 09:11:34 +08:00
Showing only changes of commit 87eccc7b25 - Show all commits

View File

@ -397,7 +397,7 @@ export default {
this.workIssueTitle = '绑定工单' this.workIssueTitle = '绑定工单'
this.addWorkOrdervisible = true this.addWorkOrdervisible = true
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.addWorkOrder.init(val.data.id, 'bind') this.$refs.addWorkOrder.init(val.data, 'bind')
}) })
break break
case 'complete': case 'complete':