LAPTOP-16IUEB3P\Lenovo 2 жил өмнө
parent
commit
340c16d7e0

+ 4 - 1
src/views/productionPlan/index.vue

@@ -402,7 +402,10 @@
           await del(id);
           this.$message.success('删除成功!');
           this.reload();
-        });
+        })
+		.catch((err)=>{
+			console.error(err);
+		})
       }
     }
   };