字段判断

dev-scheduling
jinna 2 weeks ago
parent f7d6b2db57
commit 8a6f996f83
  1. 3
      src/views/productionTesting/components/trialItem.vue

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

Loading…
Cancel
Save