|
|
|
@@ -27,10 +27,10 @@ |
|
|
|
</span> |
|
|
|
<span style="float:right; margin-right: 20px;" > |
|
|
|
<a style="display:inline-block;margin-left: 20px; " id = 'download'> |
|
|
|
<a class="el-icon-download" v-if="tableData!=''" :href= "'../tool/query_user_static_page/?startDate='+this.params.startDate+'&endDate='+this.params.endDate+'&IsReturnFile=true'+'&userName='+this.params.userName" ></a> |
|
|
|
<a class="el-icon-download" v-if="tableData!=''" :href= "'../api/v1/query_user_static_page/?startDate='+this.params.startDate+'&endDate='+this.params.endDate+'&IsReturnFile=true'+'&userName='+this.params.userName" ></a> |
|
|
|
<i class="el-icon-download" v-else="tableData=''" href="#" style="color:rgba(187, 187, 187, 100);" @click='popMark()'></i> |
|
|
|
<span > |
|
|
|
<a v-if="tableData!=''" :href= "'../tool/query_user_static_page/?startDate='+this.params.startDate+'&endDate='+this.params.endDate+'&IsReturnFile=true'+'&userName='+this.params.userName" >下载报告</a> |
|
|
|
<a v-if="tableData!=''" :href= "'../api/v1/query_user_static_page/?startDate='+this.params.startDate+'&endDate='+this.params.endDate+'&IsReturnFile=true'+'&userName='+this.params.userName" >下载报告</a> |
|
|
|
<a v-else="tableData=''" href= "#" style="color:rgba(187, 187, 187, 100);" @click='popMark()'>下载报告</a> |
|
|
|
</span> |
|
|
|
</a> |
|
|
|
@@ -335,7 +335,7 @@ |
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
|
this.$axios.get('../tool/query_user_static_page',{ |
|
|
|
this.$axios.get('../api/v1/query_user_static_page',{ |
|
|
|
params:this.params |
|
|
|
}).then((res)=>{ |
|
|
|
this.tableData = res.data.data |
|
|
|
|