[update 88201] 文档拆分-选择标准范围
This commit is contained in:
@@ -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 || []
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user