@@ -1357,6 +1357,8 @@ export default {
this.btnLoading = false;
this.dialogFormCancelVisible = false;
this.getList();
+ } else {
+ this.$message.error(res.msg);
}
},
error => {