|
|
|
@ -349,6 +349,9 @@ export default { |
|
|
|
this.loading = true; |
|
|
|
this.loading = true; |
|
|
|
getList({ current: this.page.currentPage, size: this.page.pageSize, ...this.search }).then( |
|
|
|
getList({ current: this.page.currentPage, size: this.page.pageSize, ...this.search }).then( |
|
|
|
res => { |
|
|
|
res => { |
|
|
|
|
|
|
|
res.data.data.records.map(item =>{ |
|
|
|
|
|
|
|
item.standardWorkMinute = item.standardWorkMinute == -1 ? '' : item.standardWorkMinute |
|
|
|
|
|
|
|
}) |
|
|
|
this.data = res.data.data.records; |
|
|
|
this.data = res.data.data.records; |
|
|
|
this.page.total = res.data.data.total; |
|
|
|
this.page.total = res.data.data.total; |
|
|
|
this.loading = false; |
|
|
|
this.loading = false; |
|
|
|
|