This commit is contained in:
WN 2024-11-19 17:57:08 +08:00
parent 7bbe6d2997
commit bd1aed562b

View File

@ -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) {