parent
							
								
									e82e11d2bc
								
							
						
					
					
						commit
						fb64a3b298
					
				|  | @ -38,8 +38,8 @@ export default { | |||
|     return { | ||||
|       publicKey: 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2zCyUYSD0pNrbtaYdvGfHfWoRV+fo/2N9O2PLLz/jZvMkigkq4eAq4JO+Ek0wDHI9WxP6iTSLYCHhIOs9CQTPvyldJFm8riZtQZlBTD8Plkb3rjrgwTqbBi3w3+HKYdkSvGFXJIdSOPbpXnj5BzN8vlVaybs24R/vpUzG9178lwIDAQAB', | ||||
|       form: { | ||||
|         userName: '14730797906', | ||||
|         userPwd: 'Aa@123456789' | ||||
|         userName: '', | ||||
|         userPwd: '' | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|  |  | |||
|  | @ -59,7 +59,7 @@ | |||
|           </template> | ||||
|         </u-cell> | ||||
|         <u-cell title="是否缴纳商业保险" :value="info.userDetails.ispay === '1' ? '是':'否'"></u-cell> | ||||
|         <u-cell title="商业保险单号" v-show="info.userDetails.ispay === '1'" :value="info.ispayNumber"></u-cell> | ||||
|         <u-cell title="商业保险单号" v-show="info.userDetails.ispay === '1'" :value="info.userDetails.ispayNumber"></u-cell> | ||||
|         <u-cell title="保险图片" v-show="info.userDetails.ispay === '1'"> | ||||
|           <template #value> | ||||
|             <view v-for="(item,index) in insuranceFile" :key="index" | ||||
|  |  | |||
|  | @ -1008,7 +1008,7 @@ export default { | |||
|         // 工商保险 | ||||
|         this.form.empInsurance = Array.from(await this.uploadFiles(this.form.injuriesPayTiemFile, 3)); | ||||
|         // 三级培训照片 | ||||
|         this.form.threeLevel = Array.from(await this.uploadFiles(this.form.threeLevel, 3)); | ||||
|         this.form.threeLevel = Array.from(await this.uploadFiles(this.form.photosOfLevel, 3)); | ||||
|         // 就职信息更新 | ||||
|         this.form.emp = JSON.parse(JSON.stringify(this.emp)); | ||||
|         this.form.emp.departmentId = this.form.departmentId; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue