|
@@ -138,7 +138,7 @@ export default {
|
|
|
},
|
|
|
components: {},
|
|
|
activated() {
|
|
|
- console.log(this.$route)
|
|
|
+ console.log(this.$route.params)
|
|
|
if (this.$route.params.initPage) {
|
|
|
this.initPage()
|
|
|
}
|
|
@@ -270,6 +270,7 @@ export default {
|
|
|
page: this.page,
|
|
|
size: this.size,
|
|
|
onlyMainAsset: true,
|
|
|
+ orderBy: 'is_exception,0;is_detecting,0;',
|
|
|
},
|
|
|
postParams: {
|
|
|
brand: this.brand,
|