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