报工详情调整

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

@ -61,7 +61,7 @@
<el-form-item label="新班组" prop="makeTeam">
<el-select v-model="teamForm.makeTeam">
<el-option
v-for="(item,index) in teamSetList"
v-for="(item, index) in teamSetList"
:label="item.tsName"
:value="item.id"
></el-option>
@ -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