[update 标准解读流程] 发起
This commit is contained in:
+4
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user