|
|
@@ -676,7 +676,7 @@ const buildImportBtn = () => {
|
|
|
// 模板下载
|
|
|
const templateDown = async () => {
|
|
|
let res = await https.get(
|
|
|
- "/welcome/api/paySetting/importPaySettingExcel",
|
|
|
+ "/welcome/api/paySetting/downloadPaySettingExcel",
|
|
|
"params"
|
|
|
);
|
|
|
console.log(res, "模板下载");
|
|
|
@@ -724,7 +724,7 @@ const projectImportConfirm = async () => {
|
|
|
let data = new FormData();
|
|
|
data.set("file", buildFile.value);
|
|
|
let res = await https.post(
|
|
|
- "/welcome/api/welcome-build/importBuildExcel",
|
|
|
+ "/welcome/api/paySetting/importPaySettingExcel",
|
|
|
"data",
|
|
|
data
|
|
|
);
|