This commit is contained in:
shilixia 2021-11-24 14:27:19 +08:00
parent 4cbc4e8d90
commit 2274557301
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ export default {
this.wproduct=scope.row.id;//半成品ID
this.listQueryrecordform.material = scope.row.material;//
this.listQueryrecordform.type = 2;
this.recordform="";
getrecordformList(this.listQueryrecordform).then((response) => {
if (response.data) {
this.recordformList = response.data;