From 78cf30802189becef2725af73f37b5d2cb28600f Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期五, 11 八月 2023 10:57:48 +0800 Subject: [PATCH] 新建跟进记录入参修改 --- 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