From 89ccad59ed94c1a05f745d84f108b28fa1d7bbd2 Mon Sep 17 00:00:00 2001 From: chenqi Date: Thu, 18 Jun 2026 11:03:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(infection):=20=E6=9A=B4=E5=8F=91=E9=A2=84?= =?UTF-8?q?=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- healthlink-his-ui/src/views/infection/warning/api.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/healthlink-his-ui/src/views/infection/warning/api.js b/healthlink-his-ui/src/views/infection/warning/api.js index 0a3a1bcc4..d72e2cd6f 100644 --- a/healthlink-his-ui/src/views/infection/warning/api.js +++ b/healthlink-his-ui/src/views/infection/warning/api.js @@ -1,4 +1,3 @@ import request from '@/utils/request' -export function getPage(p){return request({url:'/infection/warning/page',method:'get',params:p})} -export function add(d){return request({url:'/infection/warning/add',method:'post',data:d})} -export function del(id){return request({url:'/infection/warning/delete/'+id,method:'delete'})} +export function getPage(p){return request({url:'/infection/outbreak/list',method:'get',params:p})} +export function add(d){return request({url:'/infection/outbreak/check',method:'post',data:d})}