二级系统联合寻找数据

This commit is contained in:
2026-02-03 16:11:02 +08:00
parent b04360b770
commit 17016c8177
9 changed files with 202 additions and 1 deletions

View File

@@ -832,11 +832,14 @@ export default {
}
// 跳转并传递参数
const currentActionTypeLabel = this.$route?.query?.actionType
this.$router.push({
path: path,
query: {
coilId: row.coilId,
actionId: row.actionId
actionId: row.actionId,
...(currentActionTypeLabel ? { actionType: currentActionTypeLabel } : {})
}
})
}).catch(error => {