spring
2025-03-07 2d55ed180fddd028bf4f839345bf0ef4d2f032e7
src/views/standard/standardLibrary/components/BatchCopy.vue
@@ -537,7 +537,6 @@
      };
      // 排序复制
      copyStandardProductSort(params).then((res) => {
        if (res.code === 201) return;
        this.$message.success("复制成功");
        this.compareDia = false;
        this.batchCopyDia = false;
@@ -551,7 +550,6 @@
      };
      // 调取单独比较左右要求值的接口
      copyStandardProductOne(params).then((res) => {
        if (res.code === 201) return;
        this.compareDia = true;
        this.compareList = res.data;
      });
@@ -563,7 +561,6 @@
      };
      // 调取比较左右要求值的接口
      copyStandardProductList(params).then((res) => {
        if (res.code === 201) return;
        this.compareDia = true;
        this.compareList = res.data;
      });
@@ -578,7 +575,6 @@
      updateStandardProductListBatch(params)
        .then((res) => {
          this.handleCompareLoading = false;
          if (res.code === 201) return;
          this.$message.success("复制成功");
          this.compareDia = false;
          this.batchCopyDia = false;