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