zouyu
2023-12-27 4e2bb29096ac63837f8d2c5e25766ee094f45d6c
src/views/plan/operationtask/task-material.vue
@@ -117,7 +117,6 @@
      this.showPart = true
    },
    delMaterial(row, index) {
      console.log('index', index)
      this.operationMaterialData.splice(index, 1)
    },
    // 物料选中后的回调