From 9ca5d844e24a9d72307f17f6d81eac0f843ec9e2 Mon Sep 17 00:00:00 2001 From: xuefei <564615061@qq.cm> Date: 星期一, 03 七月 2023 09:11:37 +0800 Subject: [PATCH] 请求过滤null --- pages/public-page/faYunstatisticsDetails/faYunstatisticsDetails.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/public-page/faYunstatisticsDetails/faYunstatisticsDetails.vue b/pages/public-page/faYunstatisticsDetails/faYunstatisticsDetails.vue index 2feb0b8..96c7575 100644 --- a/pages/public-page/faYunstatisticsDetails/faYunstatisticsDetails.vue +++ b/pages/public-page/faYunstatisticsDetails/faYunstatisticsDetails.vue @@ -93,7 +93,7 @@ return { id: '', faYunDetailobj: {}, - coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚'] + coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚', '楠岃川瀹屾垚'] }; }, methods: {}, -- Gitblit v1.9.1