chenrui  2 years ago
parent
commit
03182e33e4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/securityCheck/views/cargoCharts.vue

+ 3 - 1
src/views/securityCheck/views/cargoCharts.vue

@@ -214,7 +214,9 @@ export default {
     echar(data) {
       if (data) {
         // this.queryData.riskRating = data.namefa;
-        this.queryData.openResult = data.namech;
+        if (data.namech !== "总数") {
+          this.queryData.openResult = data.namech;
+        }
       }
       this.$router.push({
         path: "/waybillTable",