Commit 0d755e2f authored by 吴春's avatar 吴春

1

parent df94f4bc
......@@ -554,7 +554,8 @@ export default {
if(!this.msg.KJCostTypeId)this.msg.KJCostTypeId=0;
if(!this.msg.IsSelectKJSetCostType)this.msg.IsSelectKJSetCostType=0;
let time = this.getBeforeDate(0,new Date().Format("yyyy-MM-dd"))
var fileName = `${$t('objFill.v101.FinancialModule.pingtztjetj')}${time}.xls`;
// var fileName = `${this.$t('objFill.v101.FinancialModule.pingtztjetj')}${time}.xls`;
var fileName = this.$t('objFill.v101.FinancialModule.pingtztjetj')+time+'.xls'
this.GetLocalFile("Financial_post_GetPlatformStatisticsExport", this.msg,fileName);
} ,
getPageList(){ // 获取列表数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment