feature(体系搜索): 标准状态国内标准-...改为国内/海外标准-...
This commit is contained in:
@@ -467,7 +467,7 @@ export default {
|
||||
if (res.ok) {
|
||||
this.dict = { ...res.data }
|
||||
const WBZTCLASS = this.dict.WBZTCLASS.map(item => ({
|
||||
label: '国内标准-' + item.label,
|
||||
label: '国内/海外标准-' + item.label,
|
||||
value: item.value
|
||||
}))
|
||||
const TEXTSTATUSBUSS = this.dict.TEXTSTATUSBUSS.map(item => ({
|
||||
|
||||
Reference in New Issue
Block a user