From 6291de84d5f68f1f1cd90031c18183a2c1489555 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期五, 11 八月 2023 18:20:04 +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