tijiao
This commit is contained in:
parent
4cbc4e8d90
commit
2274557301
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue