zouyu
2024-01-22 3b02a02e6f615f167b06ca4d62d094cda777d862
src/views/product/workbench/taskinfo-pane.vue
@@ -1527,7 +1527,6 @@
    },
    // 放大图片
    openImg() {
      console.log('放大照片')
    },
    downloadProcessConfigFile(row) {
      downloadProcessConfigFile(
@@ -1676,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
                      })
@@ -1893,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)