chenrui  2 years ago
parent
commit
f9cbc09ece
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/views/system/securityCheck/views/cargoCharts.vue

+ 4 - 2
src/views/system/securityCheck/views/cargoCharts.vue

@@ -462,10 +462,12 @@ export default {
         }
         params.riskRating = a.seriesName
         params.destination = a.name
+        let param = JSON.parse(JSON.stringify(params))
         if (a.seriesName !== '总数') {
           that.$router.push({
-            path: '/securityCheck/waybillTable',
-            query: params,
+            path: './waybillTable',
+            name: 'WaybillTable',
+            params: param,
           })
         }
       })