|
@ -558,6 +558,14 @@ const handleConfirmShareMoney = async (id: number) => { |
|
|
await message.confirm(t('ts.是否确认分摊金额')) |
|
|
await message.confirm(t('ts.是否确认分摊金额')) |
|
|
await CustomerStatementMainApi.confirmationShare(id) |
|
|
await CustomerStatementMainApi.confirmationShare(id) |
|
|
// chooseRow.value = 5 |
|
|
// chooseRow.value = 5 |
|
|
|
|
|
let res = await CustomerStatementMainApi.getCustomerStatementMainPage({ |
|
|
|
|
|
id:chooseRow.value.id, |
|
|
|
|
|
pageSize:20, |
|
|
|
|
|
pageNo:1 |
|
|
|
|
|
}) |
|
|
|
|
|
if(res&&res.list&&res.list.length>0){ |
|
|
|
|
|
chooseRow.value = res.list[0] |
|
|
|
|
|
} |
|
|
await message.success(t('ts.确认成功')) |
|
|
await message.success(t('ts.确认成功')) |
|
|
} finally { |
|
|
} finally { |
|
|
// 刷新列表 |
|
|
// 刷新列表 |
|
|