Compare commits
4 Commits
fb967fb825
...
8a819b84b6
Author | SHA1 | Date | |
---|---|---|---|
8a819b84b6 | |||
d37c5881a5 | |||
2b0579dc70 | |||
6a10afd04e |
@ -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':
|
||||||
|
Loading…
Reference in New Issue
Block a user