[update] 绑定零部件

This commit is contained in:
lideqin
2024-04-19 15:28:41 +08:00
parent 41a8f9bd91
commit bc85636515
4 changed files with 17 additions and 13 deletions
@@ -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'))
})