二级系统联合寻找数据
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user