报工详情调整

dev-scheduling
zhangdi 2 months ago
parent c3922782e0
commit 308fe63cd1
  1. 2
      src/views/productionManagement/workReportingManagement.vue

@ -248,7 +248,6 @@ export default {
},
//
onLoad(page, params = {}) {
this.loading = true;
if (this.tabPosition == 'workReporting') {
// getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
// this.data = res.data.data.records;
@ -258,6 +257,7 @@ export default {
// this.selectionClear();
// });
} else {
this.loading = true;
getRecordList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(
res => {
this.data = res.data.data.records;

Loading…
Cancel
Save