bill 2 năm trước cách đây
mục cha
commit
60d83a2d0d
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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 = {