bug:修改手机上无法下一步

pet
liujun 2024-11-19 09:55:53 +08:00
parent aafc67b283
commit d15ce832f1
1 changed files with 0 additions and 3 deletions

View File

@ -64,7 +64,6 @@ export default {
mounted() {
const eventChannel = this.getOpenerEventChannel();
eventChannel.on('data', (data) => {
console.log(data)
this.form = data.form;
this.formItems = data.formItems;
this.taskId = data.taskId;
@ -78,7 +77,6 @@ export default {
}
}
})
},
methods: {
fnAddHotWorkOperatorList() {
@ -161,7 +159,6 @@ export default {
this.picker.show = false;
}
},
}