From 29ef7c017c0dbbae7c62933d0fa3220f04cd8f56 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 04 八月 2026 18:00:32 +0800
Subject: [PATCH] 银川 1.归档bug
---
src/api/erp/finance/payment/index.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/api/erp/finance/payment/index.ts b/src/api/erp/finance/payment/index.ts
index 0383a36..7f8586d 100644
--- a/src/api/erp/finance/payment/index.ts
+++ b/src/api/erp/finance/payment/index.ts
@@ -1,4 +1,4 @@
-import type { PageParam, PageResult } from '..\..\..\..\packages\effects\request\src';
+import type { PageParam, PageResult } from '@vben/request';
import { requestClient } from '#/api/request';
@@ -15,7 +15,7 @@
paymentPrice: number; // 瀹為檯浠樻閲戦
status: number; // 鐘舵��
remark: string; // 澶囨敞
- fileUrl?: string; // 闄勪欢
+ attachmentList?: { id: number; name?: string; url?: string }[]; // 闄勪欢鍒楄〃
accountId?: number; // 浠樻璐︽埛
accountName?: string; // 璐︽埛鍚嶇О
financeUserId?: number; // 璐㈠姟浜哄憳
--
Gitblit v1.9.3