bug
This commit is contained in:
parent
3429ec8cbb
commit
e175eeda8a
@ -234,7 +234,7 @@ import {
|
||||
delExchange,
|
||||
addExchange,
|
||||
updateExchange,
|
||||
getqueryGoods
|
||||
getqueryGoods, exchangeInfo
|
||||
} from '@/api/EventMarketing/cardExchange'
|
||||
|
||||
export default {
|
||||
@ -404,7 +404,7 @@ export default {
|
||||
/** 修改按钮操作 */
|
||||
handleUpdate(row) {
|
||||
this.reset()
|
||||
getExchange(row.id).then(res => {
|
||||
exchangeInfo(row.id).then(res => {
|
||||
this.form = res.data
|
||||
})
|
||||
// this.form = row
|
||||
|
@ -224,7 +224,7 @@ public class ActiveConsumptionServiceImpl extends ServiceImpl<ActiveConsumptionM
|
||||
activeConsumptionVO.setDuihuanTotaled(duihuanTed);
|
||||
|
||||
TAccount accountInfoById = accountService.getAccountInfoById(Integer.parseInt(s.getCreateBy()));
|
||||
if (ObjectUtil.isNotEmpty(accountInfoById)) activeConsumption.setCreateBy(accountInfoById.getRealName());
|
||||
if (ObjectUtil.isNotEmpty(accountInfoById)) activeConsumptionVO.setCreateBy(accountInfoById.getRealName());
|
||||
return activeConsumptionVO;
|
||||
}).collect(Collectors.toList());
|
||||
activeConsumptionVOSIPage.setRecords(activeConsumptionVOList);
|
||||
|
Loading…
Reference in New Issue
Block a user