添加无选项

This commit is contained in:
liaozetao
2024-01-29 18:44:23 +08:00
parent 85727fef17
commit 9e110b59c7

View File

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