chenrui  2 年之前
父节点
当前提交
03182e33e4
共有 1 个文件被更改,包括 3 次插入1 次删除
  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",