|
@ -1260,7 +1260,7 @@ export default { |
|
|
getList() { |
|
|
getList() { |
|
|
this.listLoading = true; |
|
|
this.listLoading = true; |
|
|
//导入界面中超链接过来的参数 |
|
|
//导入界面中超链接过来的参数 |
|
|
this.listQuery.name = "一汽轿车平台备件明细"; |
|
|
this.listQuery.name = "一汽轿车平台备件核对明细"; |
|
|
this.listQuery.type = this.JobversionValue; |
|
|
this.listQuery.type = this.JobversionValue; |
|
|
this.$axios |
|
|
this.$axios |
|
|
.posts("/api/settleaccount/ReportMakeService/HQHSettledDetailDiffExportService", this.listQuery) |
|
|
.posts("/api/settleaccount/ReportMakeService/HQHSettledDetailDiffExportService", this.listQuery) |
|
|