添加无选项
This commit is contained in:
@@ -861,8 +861,8 @@ export default {
|
|||||||
value: e.levelValue
|
value: e.levelValue
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
buildSelectOption('#giftLevel', '', this.giftLevel);
|
buildSelectOption('#giftLevel', '', [{text:'无', value: ''}].concat(this.giftLevel));
|
||||||
buildSelectOption('#searchLevel', '', this.giftLevel);
|
buildSelectOption('#searchLevel', '', [{text:'无', value: ''}].concat(this.giftLevel));
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
uploadDressBanner() {
|
uploadDressBanner() {
|
||||||
|
Reference in New Issue
Block a user