[update 标准解读流程] 发起

This commit is contained in:
danshihao
2024-07-16 16:40:47 +08:00
parent d9f603e690
commit 6cd9c01b38
2 changed files with 9 additions and 2 deletions
@@ -192,7 +192,10 @@ export default {
},
// 更新组件内的数据
setData (data) {
this.dataSource = [data.data.processStandardInterpret]
const info = data.data.processStandardInterpret
if (info.standardId) {
this.dataSource = [info]
}
// 有数据更新下拉菜单
if (this.dataSource.length) {
this.initInterpretGetFileByStandardId(this.dataSource[0].standardId)