zhuo
2025-04-14 df5dffe7a0bdbb36b9dd5017e5268f32fb4c299e
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();