From 97ae9c64cc0e45903844ea63e3f13dc98da61496 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期四, 20 三月 2025 17:03:51 +0800 Subject: [PATCH] 调试导入 --- src/api/compensation-standard.js | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/src/api/compensation-standard.js b/src/api/compensation-standard.js index 3312b56..50ca67a 100644 --- a/src/api/compensation-standard.js +++ b/src/api/compensation-standard.js @@ -8,11 +8,4 @@ }) } -// 下载安置批次模版 -export function downloadTemplate(type) { - return request({ - url: `/api/placement-batch/download-template/${type}`, - method: 'post', - }) -} -- Gitblit v1.7.1