From 65c54e73260d22926e175e337d72e6a9acfddd64 Mon Sep 17 00:00:00 2001 From: sendo <172933527@qq.com> Date: 星期三, 17 九月 2025 18:24:56 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/~yxh/smartor-web --- src/api/patient/record.js | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/api/patient/record.js b/src/api/patient/record.js index f4a9611..522b134 100644 --- a/src/api/patient/record.js +++ b/src/api/patient/record.js @@ -30,4 +30,12 @@ url: '/smartor/patinhosp/remove/' + userId, method: 'get', }) - }; \ No newline at end of file + }; + // 鏌ヨ浣忛櫌璁板綍鍒楄〃 +export function listoperation(data) { + return request({ + url: '/smartor/operation/list ', + method: 'post', + data: data + }) +}; -- Gitblit v1.9.3