Commit 7cd9be1113b785c46afa05ff9ce0e40ce09b44ec
1 parent
90d642b0
1、大屏左侧操作菜单归类
2、代码文件归类 3、添加雷达图
Showing
1 changed file
with
0 additions
and
4 deletions
src/views/bigscreenDesigner/designer/widget/widget.vue
| ... | ... | @@ -136,10 +136,6 @@ export default { |
| 136 | 136 | handleFocus({ index, left, top, width, height }) {}, |
| 137 | 137 | handleBlur({ index, left, top, width, height }) { |
| 138 | 138 | this.$emit("onActivated", { index, left, top, width, height }); |
| 139 | - | |
| 140 | - console.log(this.masterData,"2222"); | |
| 141 | - | |
| 142 | - | |
| 143 | 139 | this.$refs.draggable.setActive(true); |
| 144 | 140 | // 处理widget超出workbench的问题 |
| 145 | 141 | //this.handleBoundary({ index, left, top, width, height }) | ... | ... |