11.19
This commit is contained in:
parent
7bbe6d2997
commit
bd1aed562b
@ -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.filter(item => item.activeGift == '1')
|
this.youhuiquanlist = response.data.cardValueChildList
|
||||||
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