Commit 5c929cbf authored by leon's avatar leon

feat: popupData is array

parent 69df35bf
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
stickyTables: [], // 设置了吸顶的table stickyTables: [], // 设置了吸顶的table
horizontalBarHeight: 0, horizontalBarHeight: 0,
popupShow: false, popupShow: false,
popupData: {}, popupData: [],
customRender: {}, customRender: {},
currentIndex: 0 currentIndex: 0
......
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
stickyTables: [], // 设置了吸顶的table stickyTables: [], // 设置了吸顶的table
horizontalBarHeight: 0, horizontalBarHeight: 0,
popupShow: false, popupShow: false,
popupData: {}, popupData: [],
customRender: {}, customRender: {},
currentIndex: 0 currentIndex: 0
} }
......
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