chenrui  vor 2 Jahren
Ursprung
Commit
03182e33e4
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  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) {
     echar(data) {
       if (data) {
       if (data) {
         // this.queryData.riskRating = data.namefa;
         // this.queryData.riskRating = data.namefa;
-        this.queryData.openResult = data.namech;
+        if (data.namech !== "总数") {
+          this.queryData.openResult = data.namech;
+        }
       }
       }
       this.$router.push({
       this.$router.push({
         path: "/waybillTable",
         path: "/waybillTable",