自动折扣优化

This commit is contained in:
“wanyongkang”
2021-05-11 17:24:12 +08:00
parent dd535cccd2
commit b145652376

View File

@@ -323,6 +323,10 @@ export default {
this.$api
.get("course/v1/scheme/page")
.then(res => {
res.Data.unshift({
'Id':-1,
'Name':'专项优惠'
});
this.productDiscounts= res.Data;
});
},