From 020a05d8d31565fc6fe2b0f76645cdabe8374e1c Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 03 八月 2026 17:56:21 +0800
Subject: [PATCH] refactor(srm): 优化招标项目功能实现
---
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 8520ac5..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