|
@ -555,7 +555,6 @@ const tapCancel = async (id: number) => { |
|
|
// 确认分摊金额 |
|
|
// 确认分摊金额 |
|
|
const handleConfirmShareMoney = async (id: number) => { |
|
|
const handleConfirmShareMoney = async (id: number) => { |
|
|
try { |
|
|
try { |
|
|
debugger |
|
|
|
|
|
await message.confirm(t('ts.是否确认分摊金额')) |
|
|
await message.confirm(t('ts.是否确认分摊金额')) |
|
|
await CustomerStatementMainApi.confirmationShare(id) |
|
|
await CustomerStatementMainApi.confirmationShare(id) |
|
|
chooseRow.value = 5 |
|
|
chooseRow.value = 5 |
|
|