更改风险等级占比排序方式

This commit is contained in:
yunkexin 2024-07-12 09:34:29 +08:00
parent 216d95173c
commit be03f9223c

View File

@ -598,7 +598,8 @@
async getRiskLevel() {
const orgId = uni.getStorageSync('orgId')
let json = initFilter(orgId);
extendOrder(json, "CREATE_TIME", 0);
// extendOrder(json, "CREATE_TIME", 0);
extendOrder(json, "NUM", 0);
// extendRule(json, "COLOR", 1, );
const res = await getRiskLevel(json)
if (res.IsSuccessful) {