spring
2025-03-25 00064cb80d74bb19e499764cb39d499a3e3f08b2
src/views/business/inspectionTask/components/EditInspectionItem.vue
@@ -216,7 +216,6 @@
      updateProductOnPlan(params)
        .then((res) => {
          this.handleEditLoading = false;
          if (res.code === 201) return;
          this.$message.success("修改成功");
          this.editAskDia = false;
          this.getTableData();