chenrui  2 năm trước cách đây
mục cha
commit
03182e33e4
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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",