|
|
|
@ -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;
|
|
|
|
|