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

物料送审

parent bf3077f9
......@@ -249,12 +249,12 @@ export default {
},
upSave() {
this.dataListRetrunNew.idList = [];
this.dataListRetrunNew.codeList = [];
let codeList = [];
let idList = [];
idList.push(this.rowId);
codeList.push(this.entity.code);
if (this.eid !== 0) {
idList.push(this.rowId);
idList.push(this.eid);
codeList.push(this.entity.code);
} else {
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