spring
2025-03-19 392b81a24c69be2f1d738df342f97729f07a1a75
src/views/standard/standardLibrary/components/bindSupplierDensityDialogAsk.vue
@@ -196,9 +196,6 @@
        .then(() => {
          deleteProductSupplierAsk({ supplierAskId: row.supplierAskId })
            .then((res) => {
              if (res.code === 201) {
                return;
              }
              this.$message.success("删除成功");
              this.searchTableData();
            })