zouyu
2023-12-11 41e0df8413624e6034c967f3afae30da59370879
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)
    },
    // 物料选中后的回调