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