bill 2 years ago
parent
commit
60d83a2d0d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/views/draw-file/board/index.js

+ 0 - 3
src/views/draw-file/board/index.js

@@ -53,9 +53,6 @@ export const create = (store, canvas) => {
     }
     refs.bus.emit('selectShape', shape)
   })
-  setTimeout(() => {
-    layer.uiControl.bus.emit('showAttribute', { type: 'Table' })
-  }, 100)
   layer.uiControl.bus.on('hideAttribute', () => refs.bus.emit('selectShape', null))
 
   const board = {