fix(企标计划): 新增-起草责任单位禁止编辑、根据起草人带入单位
This commit is contained in:
@@ -437,6 +437,7 @@
|
||||
clearable
|
||||
placeholder="请选择起草责任单位"
|
||||
readonly
|
||||
disabled
|
||||
@click.native="choiceZRBM(addForm.unit)"
|
||||
/>
|
||||
</div>
|
||||
@@ -1585,8 +1586,8 @@ export default {
|
||||
this.addForm.drafter = idList
|
||||
this.addForm.drafterName = nameList
|
||||
if(data && data.length > 0) {
|
||||
const institutionIdList = this.unique(data.map(item => item.topUnitId)).join(',')
|
||||
const institutionNameList = this.unique(data.map(item => item.topUnit)).join(',')
|
||||
const institutionIdList = this.unique(data.map(item => item.institutionId)).join(',')
|
||||
const institutionNameList = this.unique(data.map(item => item.institutionCascade)).join(',')
|
||||
this.addForm.unitName = institutionNameList
|
||||
this.addForm.unit = institutionIdList
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user