From 66d3843fc802fd6e223739ce8f78bf38eb0c8c3a Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期二, 02 七月 2024 09:18:19 +0800 Subject: [PATCH] qxtj --- src/api/system/tijian.js | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/api/system/tijian.js b/src/api/system/tijian.js index 5e5a940..6eac46d 100644 --- a/src/api/system/tijian.js +++ b/src/api/system/tijian.js @@ -173,3 +173,18 @@ params: data, }); } + +export function getZhList() { + return request({ + url: "/system/zhxm/getZhList", + method: "get", + }); +} + +export function listByZhId(zhId) { + return request({ + url: "/system/zhxm/listByZhId", + method: "get", + params:{zhId:zhId} + }); +} -- Gitblit v1.8.0