生产报工修改

This commit is contained in:
yinjinlu-pc\尹金路
2023-09-18 13:06:31 +08:00
parent a7e87bd68c
commit 7fc2aa9e78
2 changed files with 6 additions and 0 deletions

View File

@@ -167,6 +167,7 @@
workstationId: null,
workstationCode: null,
workstationName: null,
routeId: null,
processId: this.processId,
processCode: null,
processName: null,
@@ -216,6 +217,7 @@
getList() {
this.loading = true;
listProtask(this.queryParams).then(response => {
debugger;
this.protaskList = response.rows;
this.total = response.total;
this.loading = false;