From e8ae17c0fbe5dc0a5424905c738004b143d9ce2c Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期四, 22 八月 2024 15:04:14 +0800 Subject: [PATCH] 二维码打印排版 --- src/api/hazardousChemicals/warning.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/hazardousChemicals/warning.js b/src/api/hazardousChemicals/warning.js index e26e81f..c442af6 100644 --- a/src/api/hazardousChemicals/warning.js +++ b/src/api/hazardousChemicals/warning.js @@ -14,3 +14,11 @@ method: 'delete' }) } + +export function handleWarning(params) { + return request({ + url: `/warning/markWarning`, + method: 'put', + data: params + }) +} -- Gitblit v1.9.2