@@ -169,8 +169,8 @@ export default {
})
},
- getDiscOption() {
- this.baseDiscRequest('listAll', {}).then((res) => {
+ getDiscOption(data) {
+ this.baseDiscRequest('listAll', data).then((res) => {
const data = res.data
this.discOption = []
data.forEach(item => {