|
|
@@ -264,7 +264,7 @@ export default {
|
|
|
},
|
|
|
//国交部绩效下载接口
|
|
|
AiPerformanceAnalysis_GuojiaoFileDown(new_year,new_month,val){
|
|
|
- var url = "/api/PersonnelModule/AiPerformanceAnalysis_GuojiaoFileDown?start="+new_year+"&month="+new_month+"&end="+val.id
|
|
|
+ var url = "/api/PersonnelModule/AiPerformanceAnalysis_GuojiaoFileDown?start="+new_year+"&end="+new_month+"&end="+val.id
|
|
|
var that = this
|
|
|
this.$axios({
|
|
|
method: 'post',
|
|
|
@@ -312,7 +312,7 @@ export default {
|
|
|
// var new_year = this.months.getFullYear()
|
|
|
// var month = this.months.getMonth();
|
|
|
// var new_month = month + 1;
|
|
|
- var url = "/api/PersonnelModule/AiPerformanceAnalysis_Query?year="+this.datetime(this.months[0])+"&month="+this.datetime(this.months[1])+"&userId="+val.id
|
|
|
+ var url = "/api/PersonnelModule/AiPerformanceAnalysis_Query?start="+this.datetime(this.months[0])+"&end="+this.datetime(this.months[1])+"&userId="+val.id
|
|
|
var that = this
|
|
|
this.$axios({
|
|
|
method: 'get',
|