[update] 绑定零部件
This commit is contained in:
@@ -152,6 +152,10 @@ export default {
|
||||
handleStandardChange (value) {
|
||||
this.sarFileSplitInfoId = value[0].infoId
|
||||
this.model.docSplitId = value[0].infoId
|
||||
this.model.standardId = value[0].id
|
||||
this.model.standardType = value[0].standardType
|
||||
this.form.resetFields(['clauseIds'])
|
||||
this.model.clauseNos = ''
|
||||
this.$nextTick(() => {
|
||||
this.form.setFieldsValue(pick(value[0], 'standardName'))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user