Prechádzať zdrojové kódy

树型选择问题修正

wgl 4 rokov pred
rodič
commit
a069a11cad

+ 1 - 1
src/projects/home/views/Register/Business/Step2.vue

@@ -173,7 +173,7 @@
 				this.secondAreaName = item.name;
 				this.nowLevel = 2;
 				this.firstCompanyList = this.secondAreaList;
-				this.companyForm.regionId = this.secondAreaList[0].id;
+				//this.companyForm.regionId = this.secondAreaList[0].id;
 			},
 			//获取公司列表
 			getCompanyList() {

+ 1 - 1
src/projects/home/views/Register/Pension/step2_4.vue

@@ -177,7 +177,7 @@
 				this.secondAreaName = item.name;
 				this.nowLevel = 2;
 				this.firstCompanyList = this.secondAreaList;
-				this.companyForm.regionId = this.secondAreaList[0].id;
+				//this.companyForm.regionId = this.secondAreaList[0].id;
 			},
 			//获取公司列表
 			getCompanyList() {

+ 1 - 1
src/projects/home/views/Register/Residence/Step2.vue

@@ -175,7 +175,7 @@
 				this.secondAreaName = item.name;
 				this.nowLevel = 2;
 				this.firstCompanyList = this.secondAreaList;
-				this.companyForm.regionId = this.secondAreaList[0].id;
+				//this.companyForm.regionId = this.secondAreaList[0].id;
 			},
 			//获取公司列表
 			getCompanyList() {