Commit 9d5ff751 authored by zhengke's avatar zhengke

s

parent d5e58975
...@@ -1145,7 +1145,7 @@ ...@@ -1145,7 +1145,7 @@
function MyViewModel() { function MyViewModel() {
//定义数组对象 //定义数组对象
self.InitSeat = function () { self.InitSeat = function () {
SeatData() = [ var arr = [
{ {
rowIndex: '1排', rowOriIndex: 1, houseType: 1, rowIndex: '1排', rowOriIndex: 1, houseType: 1,
ColumnArray: [ ColumnArray: [
...@@ -7219,7 +7219,9 @@ ...@@ -7219,7 +7219,9 @@
] ]
}, },
] ]
for (var i = 0; i < arr.length.i++) {
SeatData.push(arr[i]);
}
}; };
/** /**
......
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