|
|
|
@ -709,17 +709,15 @@ import JSelectItem from '@/components/jeecgbiz/JSelectItem'
|
|
|
|
|
getAction(this.url.puwwlist, params).then((rest) => { |
|
|
|
|
if (rest.success) { |
|
|
|
|
invisibleCode = rest.result.unit |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
let param = {} |
|
|
|
|
param.createBy = res.username |
|
|
|
|
param.company = company |
|
|
|
|
param.targetLibrary =rest.result.unit |
|
|
|
|
param.departId = res.departIds |
|
|
|
|
param.createTime = getCurrentTime() |
|
|
|
|
this.data = param |
|
|
|
|
console.log('获取我的数据', this.data) |
|
|
|
|
let fieldval = pick(this.data, 'createBy', 'company', 'departId', 'createTime', 'targetLibrary') |
|
|
|
|
let fieldval = pick(this.data, 'createBy', 'company', 'departId', 'createTime') |
|
|
|
|
this.$nextTick(() => { |
|
|
|
|
this.form.setFieldsValue(fieldval) |
|
|
|
|
}) |
|
|
|
|