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() {