wgl 4 vuotta sitten
vanhempi
commit
eb5d159ff6

+ 3 - 1
src/projects/business/views/Master/Company/RegisterSelectDevice.vue

@@ -97,7 +97,9 @@
 					this.isLoading = true;
 					API_Company.doApply(this.subForm).then(response => {
 						this.isLoading = false;
-						this.successVisible = true;
+						//this.successVisible = true;
+						mui.toast('处理成功');
+						this.successTo();
 					}).catch(error => {
 						this.isLoading = false;
 						mui.toast(error);