|
@@ -104,7 +104,7 @@ export default {
|
|
|
downloadTheTemplate() {
|
|
|
getImportTem(this.type).then(res => {
|
|
|
const blob = new Blob([res], { type: "application/vnd.ms-excel;charset=UTF-8" });
|
|
|
- const fileName = this.type === "srm_supplier" ? "供应商导入模板.xlsx" : "客户导入模板.xlsx";
|
|
|
+ const fileName = this.type === "srm_supplier" ? "供应商导入模板.xlsx" : "人员导入模板.xlsx";
|
|
|
if (window.navigator.msSaveOrOpenBlob) {
|
|
|
navigator.msSaveBlob(blob, fileName);
|
|
|
} else {
|