From b81825a9e5ede4c0178ab5db470837ef65170e49 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Mon, 29 Jan 2024 18:44:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A0=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/users/GiftManageView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/users/GiftManageView.vue b/src/views/users/GiftManageView.vue index f5f380f..89380c1 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -861,8 +861,8 @@ export default { value: e.levelValue }; }); - buildSelectOption('#giftLevel', '', this.giftLevel); - buildSelectOption('#searchLevel', '', this.giftLevel); + buildSelectOption('#giftLevel', '', [{text:'无', value: ''}].concat(this.giftLevel)); + buildSelectOption('#searchLevel', '', [{text:'无', value: ''}].concat(this.giftLevel)); }); }, uploadDressBanner() {