[update 88201] 文档拆分-选择标准范围

This commit is contained in:
danshihao
2024-08-07 17:41:01 +08:00
parent 54df4d0168
commit c61f91598d
2 changed files with 2 additions and 10 deletions
@@ -254,11 +254,7 @@ export default {
// option 不传显示我的收藏,1不显示我的收藏, 2只能选二级中国及中国下三级,和欧盟EU
getForeignStandardTree({ option: 2 }).then(res => {
if (res.success) {
const data = res.result || []
this.standardStructureTree = data.map(item => {
item.disabled = true
return item
})
this.standardStructureTree = res.result || []
}
})
},
@@ -188,11 +188,7 @@ export default {
// option 不传显示我的收藏,1不显示我的收藏, 2只能选二级中国及中国下三级,和欧盟EU
getForeignStandardTree({ option: 2 }).then(res => {
if (res.success) {
const data = res.result || []
this.standardStructureTree = data.map(item => {
item.disabled = true
return item
})
this.standardStructureTree = res.result || []
}
})
},