LAPTOP-16IUEB3P\Lenovo пре 2 година
родитељ
комит
340c16d7e0
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      src/views/productionPlan/index.vue

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

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