瀏覽代碼

修改图标点击总数的bug

chenrui  2 年之前
父節點
當前提交
73a40f7d49

+ 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',