Commit 045fedf9 authored by 黄奎's avatar 黄奎

座位修改

parent a7577320
...@@ -469,10 +469,11 @@ ...@@ -469,10 +469,11 @@
} }
var newArray = leftNewArray.reverse(); var newArray = leftNewArray.reverse();
var resultArray = newArray.concat(rightNewArray); var resultArray = newArray.concat(rightNewArray);
this.console.log("resultArray", resultArray);
for (var k = 0; k < newObj.ColumnArray.length; k++) { for (var k = 0; k < newObj.ColumnArray.length; k++) {
newObj.ColumnArray[k].col = resultArray[k]; newObj.ColumnArray[k].col = resultArray[k];
} }
SeatData.replace(SeatData()[dataRowIndex], newObj);
//隐藏 //隐藏
if (newObj.noLenth == newObj.ColumnArray.length && isAdd == 1) { if (newObj.noLenth == newObj.ColumnArray.length && isAdd == 1) {
newObj.rowIndex = ""; newObj.rowIndex = "";
......
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