gaoluyang
2025-03-04 8f4b66d51d97513951e88041acdfd93872aac487
修改接口报错
已修改1个文件
4 ■■■■ 文件已修改
src/views/business/inspectionTask/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/inspectionTask/index.vue
@@ -973,10 +973,6 @@
      }).then(async () => {
        delProductTreeByProductId({ productId: row.id })
          .then((res) => {
            if (res.coe == 201) {
              // this.$message.error('未绑定检验项')
              return;
            }
            this.getBinding(this.bindCurrentInfo);
          })
          .catch((error) => {