@@ -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 => {
mui.toast(error);