projects/mes-zjl #87

Merged
juzi merged 3 commits from projects/mes-zjl into projects/mes-test 2023-11-16 16:54:45 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d37c5881a5 - Show all commits

View File

@ -202,7 +202,7 @@ export default {
},
methods: {
init(data, param) {
this.form.orderId = data
this.form.orderId = data.id
this.getList()
if (param === 'add') {
this.isBind = false

View File

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