update: 收款明细 删除增加参数

This commit is contained in:
admin 2024-07-31 16:16:10 +08:00
parent 89f698064c
commit 66ec75c5b2
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ const handleAdd = () => {
}; };
// //
const handleItem = (item: any) => { const handleItem = (item: any) => {
FinanceApi.deleteRevenueDes({ id: item.id }).then((res) => { FinanceApi.deleteRevenueDes({ id: item.id, paymentType: item.paymentType }).then((res) => {
if (res.code === 200) { if (res.code === 200) {
uni.showToast({ uni.showToast({
title: "删除成功", title: "删除成功",