xhj 2 éve
szülő
commit
85f4b33af8
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      card/create/create.vue

+ 3 - 0
card/create/create.vue

@@ -177,6 +177,7 @@ export default {
 			city: '',
 			areaCode: '',
 			morCity: [],
+			companyCode:'',
 			location:{},
 			longitude:'',
 			latitude:'',
@@ -228,6 +229,7 @@ export default {
 						this.companyName = this.employmentInfo.branchName
 						this.job = this.employmentInfo.actrankName
 						this.inDate = this.employmentInfo.inDate
+						this.companyCode = this.employmentInfo.branchNo
 					}
 					else return req.msg("员工信息不存在")
 					resolve();
@@ -525,6 +527,7 @@ export default {
 			dataP.jobNumber = this.jobNumber;
 			dataP.honorImg = this.honorImgUrls.join(',');
 			dataP.styleImg = this.styleImgUrls.join(',');
+			dataP.companyCode = this.companyCode
 			var url = '';
 			if (this.id) {
 				dataP.id = this.id;