From e05187acefc89572f1ba27761cdbc79a311b55c4 Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期五, 31 三月 2023 09:27:08 +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