From 7e8ef3bd339e1aa692bc6c4f2ad04053ffa7f36f Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期三, 15 四月 2026 09:41:53 +0800
Subject: [PATCH] 新增税率选项3%、9%至销售、采购、项目和设备管理模块的下拉框中
---
src/api/personnelManagement/class.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/api/personnelManagement/class.js b/src/api/personnelManagement/class.js
index f5ae299..b254c4a 100644
--- a/src/api/personnelManagement/class.js
+++ b/src/api/personnelManagement/class.js
@@ -71,6 +71,7 @@
url: "/personalShift/export",
method: "get",
params: query,
+ responseType: "blob",
});
}
@@ -114,4 +115,4 @@
method: 'get',
params: query,
})
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3