From 94d99fe564e8b927709221846aa4fb94f3ddff78 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 02 十二月 2024 09:15:47 +0800 Subject: [PATCH] fix:历史收发单时间筛选bug --- components/zh-collapse/zh-collapse.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/components/zh-collapse/zh-collapse.vue b/components/zh-collapse/zh-collapse.vue index 5697c7b..e66203d 100644 --- a/components/zh-collapse/zh-collapse.vue +++ b/components/zh-collapse/zh-collapse.vue @@ -22,7 +22,10 @@ default: true, }, default_unfold: { - default: [], + type:Array, + default: function(){ + return [] + }, } }, components: {}, -- Gitblit v1.9.1