From 0c8a1f8aa72e98dd632990047adc490e0209ee14 Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期四, 04 五月 2023 11:21:18 +0800 Subject: [PATCH] 主要修改了petInfo里面的查看饲养人的接口,还有修改了查看备忘录接口和显示部分 --- ruoyi-ui/src/api/pet/index.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/api/pet/index.js b/ruoyi-ui/src/api/pet/index.js index 19fb76a..c2a27fe 100644 --- a/ruoyi-ui/src/api/pet/index.js +++ b/ruoyi-ui/src/api/pet/index.js @@ -48,6 +48,7 @@ //鏍规嵁瀹犵墿id鏌ヨ涓讳汉淇℃伅 export function getPetowner(id) { + alert(id) return request({ url: '/zfMaster/' + id, method: 'get', -- Gitblit v1.9.1