From 058c7c78326aaf9ff58e6bc63107dbfe50544e9e Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期六, 15 四月 2023 17:30:43 +0800 Subject: [PATCH] 主要新增了家庭小医生模块 --- ruoyi-ui/src/api/contacts/index.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/api/contacts/index.js b/ruoyi-ui/src/api/contacts/index.js index 00bdf40..7d3c7fe 100644 --- a/ruoyi-ui/src/api/contacts/index.js +++ b/ruoyi-ui/src/api/contacts/index.js @@ -10,9 +10,9 @@ } // 鏍规嵁id鏌ヨ閫氳褰曡缁嗕俊鎭� -export function getContactIdList() { +export function getContactIdList(id) { return request({ - url: '/zfContact/2' , + url: '/zfContact/' + id, method: 'get', }) -- Gitblit v1.9.1