bug修改

fencang
anthonywj 3 years ago
parent 5655e6a1aa
commit 15586eb805

@ -266,9 +266,16 @@ export default {
insertBussinessType(this.inputQuery)
.then((response) => {
if (response.code == 20000) {
this.loading = false;
this.cancelDialog();
this.getList();
} else {
this.$message.error(response.message);
}
})
.catch(() => {
this.loading = false;

Loading…
Cancel
Save