From 191258a2d619e02f3857ef8e3e7a6d5c7710180c Mon Sep 17 00:00:00 2001 From: tangxuan <2233783319@qq.com> Date: Tue, 28 Mar 2023 18:24:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E8=B7=AF=E7=94=B1=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/reagent/createapply.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/api/reagent/createapply.js b/src/api/reagent/createapply.js index 7e31549..edf6713 100644 --- a/src/api/reagent/createapply.js +++ b/src/api/reagent/createapply.js @@ -23,3 +23,21 @@ export function add_apply(data) { data }) } + + +export function update_notes(data) { + return request({ + url: '/api/temporary_auth/update_notes', + method: 'post', + data + }) +} + + +export function get_check_last_drug(data){ + return request({ + url: '/api/temporary_auth/get_check_last_drug', + method: 'post', + data + }) +} \ No newline at end of file