Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -67,6 +67,7 @@
|
|||||||
<el-tooltip v-if="form.standName" effect="dark" :content=form.standName placement="top-start">
|
<el-tooltip v-if="form.standName" effect="dark" :content=form.standName placement="top-start">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="form.standName"
|
v-model="form.standName"
|
||||||
|
disabled
|
||||||
placeholder="请输入标准中文名称"
|
placeholder="请输入标准中文名称"
|
||||||
clearable
|
clearable
|
||||||
></el-input>
|
></el-input>
|
||||||
|
|||||||
+4
-4
@@ -3558,6 +3558,10 @@ export default {
|
|||||||
idList += item.id
|
idList += item.id
|
||||||
nameList += item.name
|
nameList += item.name
|
||||||
})
|
})
|
||||||
|
this.sarBussionessSearch.QCDW = data[0].institutionName
|
||||||
|
this.sarBussionessSearch.QCDWId = data[0].institutionId
|
||||||
|
this.$set(this.sarBussionessStandEO, 'QCDWId', data[0].institutionId)
|
||||||
|
this.$set(this.sarBussionessStandEO, 'QCDW', data[0].institutionName)
|
||||||
if (this.drawerTitle === '查询起草人') {
|
if (this.drawerTitle === '查询起草人') {
|
||||||
this.sarBussionessSearch['QCRBUSS'] = nameList
|
this.sarBussionessSearch['QCRBUSS'] = nameList
|
||||||
}
|
}
|
||||||
@@ -3566,12 +3570,8 @@ export default {
|
|||||||
this.$refs.sarBussionessStandForm.validateField('QCRBUSS')
|
this.$refs.sarBussionessStandForm.validateField('QCRBUSS')
|
||||||
}
|
}
|
||||||
// this.sarBussionessStandEO['QCRBUSS'] = nameList
|
// this.sarBussionessStandEO['QCRBUSS'] = nameList
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
choiceQCDW(type, title, id) {
|
choiceQCDW(type, title, id) {
|
||||||
|
|
||||||
|
|
||||||
this.nodeListZRBM = []
|
this.nodeListZRBM = []
|
||||||
this.nodeListZRBM.push(id)
|
this.nodeListZRBM.push(id)
|
||||||
this.drawerTitle = title
|
this.drawerTitle = title
|
||||||
|
|||||||
Reference in New Issue
Block a user