gaoluyang
2025-03-17 f337632fe13216e74a47f94558c756f64c64b5cc
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();