修改bug

prod
wangwei 3 years ago
parent cd0ac5bf1c
commit a0154b685d

@ -210,6 +210,8 @@ export default {
this.loading = false; this.loading = false;
this.cancelDialog(); this.cancelDialog();
this.getList(); this.getList();
}else{
this.$message.error(res.message);
} }
}).catch(() => { }).catch(() => {
}); });

Loading…
Cancel
Save