NEZ-1958 fix:修复底弹窗根据父表格的查询条件查询

This commit is contained in:
zhangyu
2022-06-20 16:39:54 +08:00
parent 34ddcc0b82
commit c8efd6773b

View File

@@ -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') {