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