From 8c99ae416c5277e737e950ce7702776d7c9b6430 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 03 八月 2026 17:57:08 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_pro2.0' into dev_pro2.0
---
src/api/crm/business/index.ts | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/api/crm/business/index.ts b/src/api/crm/business/index.ts
index 12e6df9..f30b5d3 100644
--- a/src/api/crm/business/index.ts
+++ b/src/api/crm/business/index.ts
@@ -1,4 +1,4 @@
-import type { PageParam, PageResult } from '../../../packages/effects/request/src';
+import type { PageParam, PageResult } from '@vben/request';
import type { CrmPermissionApi } from '#/api/crm/permission';
@@ -21,7 +21,6 @@
statusTypeName?: string;
statusId: number;
statusName?: string;
- endStatus: number;
endRemark: string;
dealTime: Date;
totalProductPrice: number;
@@ -52,8 +51,7 @@
/** 鍟嗘満鏇存柊鐘舵�佽姹� */
export interface BusinessUpdateStatusReqVO {
id: number;
- statusId: number | undefined;
- endStatus: number | undefined;
+ statusId: number;
}
}
--
Gitblit v1.9.3