From 9473a160903d1407de0cf882a66aa410eb14af23 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期三, 03 七月 2024 11:52:16 +0800 Subject: [PATCH] qxth --- 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