소스 검색

修改图标点击总数的bug

chenrui  2 년 전
부모
커밋
73a40f7d49
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/system/securityCheck/views/agentHome.vue
  2. 1 0
      src/views/system/securityCheck/views/cargoStatisticsHome.vue

+ 1 - 0
src/views/system/securityCheck/views/agentHome.vue

@@ -275,6 +275,7 @@ export default {
       this.getData()
     },
     echarfuck(data) {
+      this.queryData.openResult = ''
       this.queryData.riskClassification = data.namech
       this.$router.push({
         path: '/securityCheck/waybillTable',

+ 1 - 0
src/views/system/securityCheck/views/cargoStatisticsHome.vue

@@ -437,6 +437,7 @@ export default {
       this.getData()
     },
     echarfuck(data) {
+      this.queryData.openResult = ''
       this.queryData.riskRating = data.namech
       this.$router.push({
         path: '/securityCheck/waybillTable',