更改风险等级占比排序方式
This commit is contained in:
parent
216d95173c
commit
be03f9223c
@ -598,7 +598,8 @@
|
|||||||
async getRiskLevel() {
|
async getRiskLevel() {
|
||||||
const orgId = uni.getStorageSync('orgId')
|
const orgId = uni.getStorageSync('orgId')
|
||||||
let json = initFilter(orgId);
|
let json = initFilter(orgId);
|
||||||
extendOrder(json, "CREATE_TIME", 0);
|
// extendOrder(json, "CREATE_TIME", 0);
|
||||||
|
extendOrder(json, "NUM", 0);
|
||||||
// extendRule(json, "COLOR", 1, );
|
// extendRule(json, "COLOR", 1, );
|
||||||
const res = await getRiskLevel(json)
|
const res = await getRiskLevel(json)
|
||||||
if (res.IsSuccessful) {
|
if (res.IsSuccessful) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user