CN-1468 fix: 路由动态设置

This commit is contained in:
chenjinsong
2023-11-09 16:17:25 +08:00
parent 1410f890f3
commit 330a4b0d3b
20 changed files with 161 additions and 157 deletions

View File

@@ -332,7 +332,7 @@ export default {
console.error(e)
this.$message.error(this.errorMsgHandler(e))
this.$router.push({
path: '/detectionPolicy',
path: '/detection/policy',
query: {
pageNo: this.pageNoForTable ? Number(this.pageNoForTable) : 1,
t: +new Date()
@@ -404,7 +404,7 @@ export default {
})
this.$router.push({
path: '/detectionPolicy',
path: '/detection/policy',
query: {
t: +new Date()
}
@@ -430,7 +430,7 @@ export default {
})
this.$router.push({
path: '/detectionPolicy',
path: '/detection/policy',
query: {
pageNo: self.pageNoForTable ? Number(self.pageNoForTable) : 1,
t: +new Date()