fix:修改 底部弹窗接口调用路由参数的问题
This commit is contained in:
@@ -337,7 +337,7 @@ export default {
|
||||
},
|
||||
created () {
|
||||
const path = this.$route.fullPath.match(/\/(\S*)\?/)[1]
|
||||
if (this.$route.query.orderBy) {
|
||||
if (this.$route.query.orderBy && !this.isSubList) {
|
||||
this.orderBy = this.$route.query.orderBy
|
||||
}
|
||||
let searchKeys = {}
|
||||
|
||||
Reference in New Issue
Block a user