国标新增页面,选择代替标准号后自动带出所需标准

# Conflicts:
#	src/components/customField/AddForm.vue
This commit is contained in:
Xia Zekun
2024-08-02 17:11:53 +08:00
committed by lideqin
parent 986f2810a4
commit 8ffe1d6c0e
4 changed files with 83 additions and 4 deletions
@@ -301,6 +301,9 @@ export default {
serialNumber.push(res.standardNumber)
serialNameArr.push(res.standardName)
})
// console.log('this.selectedRowKeys', this.selectedRowKeys)
// console.log('serialNameArr', serialNameArr)
// console.log('this.selectedRowList', this.selectedRowList)
this.$emit('change', this.selectedRowKeys.join(','))
this.$emit('nameChange', serialNameArr.join(','))
this.$emit('listChange', this.selectedRowList)