持证人员信息管理、人员基础信息bug修复
							parent
							
								
									08ec9b9184
								
							
						
					
					
						commit
						608c7e958a
					
				|  | @ -49,7 +49,7 @@ | ||||||
|             </el-col> |             </el-col> | ||||||
|             <el-col :span="24"> |             <el-col :span="24"> | ||||||
|               <el-button v-if="row.power_flag === '1'" type="text" icon="el-icon-s-claim" size="mini" @click="approve([row])">审批</el-button> |               <el-button v-if="row.power_flag === '1'" type="text" icon="el-icon-s-claim" size="mini" @click="approve([row])">审批</el-button> | ||||||
|               <el-button v-if="row.power_flag === '1' && row.FLOWS_STEP === 1" type="text" icon="el-icon-s-claim" size="mini" @click="entrust([row])">委托辖区单位审批</el-button> |               <el-button v-if="row.power_flag === '1' && ((row.FLOWS_TYPE === '1' && row.FLOWS_STEP === 1) || (row.FLOWS_TYPE === '2' && row.FLOWS_STEP === 0))" type="text" icon="el-icon-s-claim" size="mini" @click="entrust([row])">委托辖区单位审批</el-button> | ||||||
|               <el-button v-if="false" type="success" icon="el-icon-edit" size="mini" @click="getUserInfo(row)">电子合格证</el-button> |               <el-button v-if="false" type="success" icon="el-icon-edit" size="mini" @click="getUserInfo(row)">电子合格证</el-button> | ||||||
|             </el-col> |             </el-col> | ||||||
|           </el-row> |           </el-row> | ||||||
|  |  | ||||||
|  | @ -141,7 +141,8 @@ export default { | ||||||
|       this.visible = true |       this.visible = true | ||||||
|       this.heirloom = JSON.stringify(e) |       this.heirloom = JSON.stringify(e) | ||||||
|       this.form.list = JSON.stringify(e) |       this.form.list = JSON.stringify(e) | ||||||
|       this.form.STEP = (e[0].FLOWS_STEP === 2) |       // 确定是不是最后一步,是:ture,否:false | ||||||
|  |       this.form.STEP = (e[0].FLOWS_STEP === 2) || (e[0].FLOWS_STEP === 1 && e[0].FLOWS_TYPE === '2') | ||||||
|       this.form.TYEP = e[0].FLOWS_TYPE |       this.form.TYEP = e[0].FLOWS_TYPE | ||||||
|       this.getDepartmentTree() |       this.getDepartmentTree() | ||||||
|       this.loading = false |       this.loading = false | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue