Commit 7afb6ad1 authored by liqiuyu's avatar liqiuyu

feat(*):修改提交参数

parent c80f0375
...@@ -750,7 +750,7 @@ const getBagRowLine = (no) => { ...@@ -750,7 +750,7 @@ const getBagRowLine = (no) => {
const getCol = ()=>{ const getCol = ()=>{
rowLineMap.value.forEach(item => { rowLineMap.value.forEach(item => {
if (item.row === bagRow.value) { if (item.row === bagRow.value) {
colList.value.push(item.column); colList.value.push(item.columns);
} }
}); });
} }
......
...@@ -831,7 +831,7 @@ const getBagRowLine = (no) => { ...@@ -831,7 +831,7 @@ const getBagRowLine = (no) => {
const getCol = ()=>{ const getCol = ()=>{
rowLineMap.value.forEach(item => { rowLineMap.value.forEach(item => {
if (item.row === bagRow.value) { if (item.row === bagRow.value) {
colList.value.push(item.column); colList.value.push(item.columns);
} }
}); });
} }
......
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