fix: 编译后detection-pevents app下拉异常的问题
This commit is contained in:
@@ -111,15 +111,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
getRiskLevel () {
|
|
||||||
return function (appRisk) {
|
|
||||||
if (this.riskLevelMapping[appRisk]) {
|
|
||||||
return this.riskLevelMapping[appRisk].name
|
|
||||||
} else {
|
|
||||||
return appRisk
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
computeLocation () {
|
computeLocation () {
|
||||||
return function (basicInfo) {
|
return function (basicInfo) {
|
||||||
let result = ''
|
let result = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user