Compare commits
2 Commits
a350fa6085
...
8131596c93
Author | SHA1 | Date | |
---|---|---|---|
8131596c93 | |||
bd1aed562b |
@ -882,7 +882,7 @@ import {delLJGoods, listLJGoods} from "@/api/convenienceStore/ljgoods";
|
||||
const id = row.id || this.ids
|
||||
mmc(id).then(response => {
|
||||
this.form = response.data;
|
||||
this.youhuiquanlist = response.data.cardValueChildList.filter(item => item.activeGift == '1')
|
||||
this.youhuiquanlist = response.data.cardValueChildList
|
||||
this.duihuanquanlist = response.data.cardValueChildList.filter(item => item.activeGift == '2')
|
||||
this.dialog = true
|
||||
if (this.form.isonline==1) {
|
||||
|
Loading…
Reference in New Issue
Block a user