|
@ -557,7 +557,7 @@ const handleConfirmShareMoney = async (id: number) => { |
|
|
try { |
|
|
try { |
|
|
await message.confirm(t('ts.是否确认分摊金额')) |
|
|
await message.confirm(t('ts.是否确认分摊金额')) |
|
|
await CustomerStatementMainApi.confirmationShare(id) |
|
|
await CustomerStatementMainApi.confirmationShare(id) |
|
|
chooseRow.value = 5 |
|
|
// chooseRow.value = 5 |
|
|
await message.success(t('ts.确认成功')) |
|
|
await message.success(t('ts.确认成功')) |
|
|
} finally { |
|
|
} finally { |
|
|
// 刷新列表 |
|
|
// 刷新列表 |
|
|