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);
+		})
       }
     }
   };