|
@@ -227,6 +227,7 @@ export default {
|
|
|
onlyMainAsset: true,
|
|
|
page: this.page,
|
|
|
size: this.size,
|
|
|
+ orderBy: 'is_exception,0;is_detecting,0;',
|
|
|
},
|
|
|
postParams = {};
|
|
|
// tab_code
|
|
@@ -259,6 +260,7 @@ export default {
|
|
|
onlyMainAsset: true,
|
|
|
page: this.page,
|
|
|
size: this.size,
|
|
|
+ orderBy: 'is_exception,0;is_detecting,0;',
|
|
|
},
|
|
|
postParams = {};
|
|
|
// tab_code
|