fix: CN-1514 表结构变更后前端代码中字段更改(下钻表格);表格下钻后,切换顶部的下拉列表,表格报错;

This commit is contained in:
hyx
2023-12-15 10:50:52 +08:00
parent 8001d66ca8
commit e13c9afe78
10 changed files with 72 additions and 65 deletions

View File

@@ -371,7 +371,7 @@ export default {
return width
},
drillLinkId (item) {
const queryCondition = `common_out_link_id = ${item.outLinkId} or common_in_link_id = ${item.inLinkId}`
const queryCondition = `out_link_id = ${item.outLinkId} or in_link_id = ${item.inLinkId}`
beforeRouterPush()
this.$router.push({
query: {