From dc7ef35a8d972bdd853c8324703087ac4b6b9063 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期五, 31 三月 2023 16:52:46 +0800 Subject: [PATCH] 细节修改 --- src/components/page/whiteList/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/page/whiteList/index.vue b/src/components/page/whiteList/index.vue index 65aa2d7..9d28e3b 100644 --- a/src/components/page/whiteList/index.vue +++ b/src/components/page/whiteList/index.vue @@ -80,8 +80,8 @@ type: 0, endTime: '', startTime: '', - parkIds: '', - name: '' + parkIds: null, + name: '', }, ids:[], urlPath:this.$systemconfig.basePath + '/whiteList/', -- Gitblit v1.9.1