预算和指标填报上传样式修改
This commit is contained in:
@@ -361,7 +361,9 @@ export default {
|
||||
template:1,
|
||||
pageNo: this.form.pageNo
|
||||
}).then(response => {
|
||||
this.$download.excel(response, '指标导入模板.xls');
|
||||
let factoryName = this.levelLList.filter(item => item.id == this.form.levelId)[0].name;
|
||||
let fileName = factoryName+'_指标导入模板.xls';
|
||||
this.$download.excel(response, fileName);
|
||||
});
|
||||
},
|
||||
exportExcel() {
|
||||
|
||||
Reference in New Issue
Block a user