添加无选项

This commit is contained in:
liaozetao
2024-01-29 18:44:23 +08:00
parent 67e33faec8
commit b81825a9e5

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