Merge remote-tracking branch 'origin/fix_foton_20240430' into fix_foton_20240430
This commit is contained in:
@@ -1681,25 +1681,7 @@ export default {
|
|||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
let standFileClassifyOptions = res.data
|
this.standFileClassifyOptions = res.data
|
||||||
this.standFileClassifyOptions.map(item => {
|
|
||||||
switch (item) {
|
|
||||||
case item.sarType === 'STAND' || item.sarType === 'INLAND_STAND':
|
|
||||||
item.label += '(国内标准)'
|
|
||||||
break
|
|
||||||
case item.sarType === 'FOREIGN_STAND':
|
|
||||||
item.label += '(海外标准)'
|
|
||||||
break
|
|
||||||
case item.sarType === 'FOREIGN_LAWS':
|
|
||||||
item.label += '(国外政策)'
|
|
||||||
break
|
|
||||||
case item.sarType === 'BUSS':
|
|
||||||
item.label += '(企业标准)'
|
|
||||||
break
|
|
||||||
}
|
|
||||||
})
|
|
||||||
console.log(standFileClassifyOptions)
|
|
||||||
this.standFileClassifyOptions = standFileClassifyOptions
|
|
||||||
}
|
}
|
||||||
}, e => {})
|
}, e => {})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user