院内分类名字重复修复

ywj_dev
郑明梁 2 years ago
parent f02112a8bb
commit c80329dbaa

@ -263,7 +263,6 @@ export default {
this.getList(); this.getList();
} else { } else {
this.$message.error(response.message); this.$message.error(response.message);
this.subFormVisible = false;
} }
}).catch(() => { }).catch(() => {
this.subFormVisible = false; this.subFormVisible = false;
@ -275,7 +274,6 @@ export default {
this.getList(); this.getList();
} else { } else {
this.$message.error(response.message); this.$message.error(response.message);
this.subFormVisible = false;
} }
}).catch(() => { }).catch(() => {
this.subFormVisible = false; this.subFormVisible = false;

Loading…
Cancel
Save