|
@ -1121,7 +1121,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/Job/list", this.listQuery) |
|
|
.posts("/api/settleaccount/Job/list", this.listQuery) |
|
|