瀏覽代碼

直接跳转

wgl 4 年之前
父節點
當前提交
eb5d159ff6
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/projects/business/views/Master/Company/RegisterSelectDevice.vue

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

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