NEZ-1958 fix:修复底弹窗根据父表格的查询条件查询
This commit is contained in:
@@ -355,6 +355,8 @@ export default {
|
|||||||
}
|
}
|
||||||
if (this.$route.query.orderBy && !this.isSubList) {
|
if (this.$route.query.orderBy && !this.isSubList) {
|
||||||
this.orderBy = this.$route.query.orderBy
|
this.orderBy = this.$route.query.orderBy
|
||||||
|
} else if (this.isSubList) {
|
||||||
|
return
|
||||||
}
|
}
|
||||||
let searchKeys = {}
|
let searchKeys = {}
|
||||||
if (path === 'dc') {
|
if (path === 'dc') {
|
||||||
|
|||||||
Reference in New Issue
Block a user