src/views/product/workbench/taskinfo-pane.vue
@@ -1675,7 +1675,6 @@ // 给弹出框产量列表productList赋值 this.productList = [] const product = {} console.log('userInfo', this.userInfo) const currStaff = this.personBoardList.find((item) => { return item.staffId == this.userInfo.staffId }) @@ -1892,10 +1891,6 @@ currOperateTask: { handler(newValue, oldValue) { if (newValue.id) { console.log( 'currOperateTask', this.currOperateTask.routingOperationRemark ) this.opTask.statusDesc = newValue.statusDesc // 查询paramDatas this.getTechnologyRoutingParam(newValue)