|
@@ -669,7 +669,8 @@
|
|
|
}
|
|
}
|
|
|
this.$api.service.equityCard({
|
|
this.$api.service.equityCard({
|
|
|
serviceObjectId: data.serviceObjectId,
|
|
serviceObjectId: data.serviceObjectId,
|
|
|
- memberId: data.userId
|
|
|
|
|
|
|
+ memberId: data.userId,
|
|
|
|
|
+ serviceStoreId:data.serviceStoreId
|
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
// data.cardList = res.data.data
|
|
// data.cardList = res.data.data
|
|
|
this.$set(data,'cardList',res.data.data)
|
|
this.$set(data,'cardList',res.data.data)
|