|
|
|
@ -81,6 +81,7 @@
|
|
|
|
|
@search="onSearch"> |
|
|
|
|
<a-button slot="enterButton" icon="search">选择</a-button> |
|
|
|
|
</a-input-search> |
|
|
|
|
<!-- <j-select-depart v-model="checkedDepartNameString" :multi="false" :value="checkedDepartNameString" :trigger-change="true" ></j-select-depart>--> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
|
|
|
|
@ -256,6 +257,7 @@
|
|
|
|
|
import JImageUpload from '../../../components/jeecg/JImageUpload' |
|
|
|
|
import FileMangement from "@/extends/FileMangement/fileMangement"; |
|
|
|
|
import signMd5Utils from '@/utils/encryption/signMd5Utils' |
|
|
|
|
import JSelectDepart from '@/components/jeecgbiz/JSelectDepart' |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
name: "UserModal", |
|
|
|
@ -263,6 +265,7 @@
|
|
|
|
|
FileMangement, |
|
|
|
|
JImageUpload, |
|
|
|
|
departWindow, |
|
|
|
|
JSelectDepart, |
|
|
|
|
JSelectPosition |
|
|
|
|
}, |
|
|
|
|
data () { |
|
|
|
@ -516,9 +519,7 @@
|
|
|
|
|
this.picUrl2 = record.autograph;//以这句为主,设置model中的图片字段 |
|
|
|
|
this.model.img = record.avatar; |
|
|
|
|
this.model.img2 = record.autograph; |
|
|
|
|
console.log("图片路径>>>>>>>>>",record.avatar) |
|
|
|
|
console.log("图片路径>>>>>>>>>",this.picUrl) |
|
|
|
|
console.log("签名>>>>>>>>>",this.picUrl2) |
|
|
|
|
|
|
|
|
|
let obj ={} |
|
|
|
|
obj.url= record.avatar; |
|
|
|
|
//身份为上级显示负责部门,否则不显示 |
|
|
|
@ -615,8 +616,6 @@
|
|
|
|
|
}else{ |
|
|
|
|
formData.autograph = null; |
|
|
|
|
} |
|
|
|
|
console.log("that.fileList2>>>>>>>>>>>>>>>>>>>",that.fileList2) |
|
|
|
|
console.log("that.fileList>>>>>>>>>>>>>>>>>>>",that.fileList) |
|
|
|
|
//update-begin-author:taoyan date:2020710 for:多租户配置 |
|
|
|
|
formData.relTenantIds = this.currentTenant.length>0?this.currentTenant.join(','):'' |
|
|
|
|
//update-end-author:taoyan date:2020710 for:多租户配置 |
|
|
|
|