fix: 编译后detection-pevents app下拉异常的问题

This commit is contained in:
chenjinsong
2023-01-06 14:15:22 +08:00
parent 71809f71c3
commit bb2960897f

View File

@@ -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 = ''