浏览代码

common串联请求修正

wgl 4 年之前
父节点
当前提交
a1c2226539
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      src/components/Common.vue
  2. 2 0
      src/projects/pension/views/Master/User/RelationPersonRegister.vue

+ 2 - 0
src/components/Common.vue

@@ -135,6 +135,8 @@
 
 					var token = response;
 					this.set_fun_list(token);
+					
+					this.asynCallBack();
 
 				}).catch(error => {
 					mui.toast(error);

+ 2 - 0
src/projects/pension/views/Master/User/RelationPersonRegister.vue

@@ -75,8 +75,10 @@
 				this.subForm.name = this.person_data.name;
 				this.subForm.telephone = this.person_data.phone;
 				if (!this.id) {
+					this.isLoading = true;
 					//调用扫一扫
 					WxJsApi.getWxConfig().then(res => {
+						this.isLoading = false;
 						this.scanCode();
 					});
 				}