From 28e0aa1d40bff8985ac3e662d3a7726594d919c3 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期一, 14 八月 2023 19:45:26 +0800 Subject: [PATCH] 销售机会联调及bug修复 --- src/api/common/other.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/common/other.js b/src/api/common/other.js index 2ef9c72..237b1b0 100644 --- a/src/api/common/other.js +++ b/src/api/common/other.js @@ -39,3 +39,11 @@ method: "get" }) } + +// 鑾峰彇鏈嶅姟鍚堝悓绫诲瀷 +export function getServiceContractTypeList() { + return request({ + url: "/api/serviceContractType/list", + method: "get" + }) +} -- Gitblit v1.8.0