Commit 2e82c336 authored by 仇晓婷's avatar 仇晓婷

物料送审

parent bf3077f9
...@@ -249,12 +249,12 @@ export default { ...@@ -249,12 +249,12 @@ export default {
}, },
upSave() { upSave() {
this.dataListRetrunNew.idList = [];
this.dataListRetrunNew.codeList = [];
let codeList = []; let codeList = [];
let idList = []; let idList = [];
idList.push(this.rowId);
codeList.push(this.entity.code);
if (this.eid !== 0) { if (this.eid !== 0) {
idList.push(this.rowId); idList.push(this.eid);
codeList.push(this.entity.code); codeList.push(this.entity.code);
} else { } else {
this.rowsTable.forEach(e => { this.rowsTable.forEach(e => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment