src/menu/components/table/edit-table/index.jsx
@@ -46,7 +46,6 @@ let _card = { uuid: card.uuid, type: card.type, floor: card.floor, tabId: card.tabId || '', parentId: card.parentId || '', format: 'array', // 组件属性 - 数据格式 @@ -311,7 +310,13 @@ } updateWrap = (res) => { this.updateComponent({...this.state.card, wrap: res}) let card = {...this.state.card, wrap: res} if (res.tableType) { card.switchable = true } this.updateComponent(card) } clickComponent = (e) => {