Compare commits

..

No commits in common. "66ec75c5b2418118b44cf564f0262edaececb270" and "11a5e12b15f16e22af846d55fcdf65a1dfe89678" have entirely different histories.

3 changed files with 4 additions and 2 deletions

View File

@ -271,6 +271,8 @@ const formAttrList1 = reactive<any>([
required: true,
unit: "",
fn: () => {
// contrlModalParams.user.isShow = true;
// contrlModalParams.user.title = "";
handleDialog("showSupplier", true);
uni.hideKeyboard();
},

View File

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

View File

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