Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
zhu
dataease
Commits
c1d93875
提交
c1d93875
authored
3月 23, 2022
作者:
fit2cloud-chenyw
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: 去除前端debugger
上级
e739459c
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
1 行增加
和
15 行删除
+1
-15
index.vue
frontend/src/components/DeDrag/index.vue
+1
-4
shadow.vue
frontend/src/components/DeDrag/shadow.vue
+0
-1
EditBar.vue
frontend/src/components/canvas/components/Editor/EditBar.vue
+0
-1
PreviewEject.vue
.../src/components/canvas/components/Editor/PreviewEject.vue
+0
-1
SettingMenu.vue
...d/src/components/canvas/components/Editor/SettingMenu.vue
+0
-1
SettingMenuTest.vue
...c/components/canvas/components/Editor/SettingMenuTest.vue
+0
-1
index.vue
frontend/src/components/canvas/components/Editor/index.vue
+0
-1
ChartEdit.vue
frontend/src/views/chart/view/ChartEdit.vue
+0
-2
index.vue
frontend/src/views/panel/OuterParamsSet/index.vue
+0
-2
index.vue
frontend/src/views/panel/edit/index.vue
+0
-1
没有找到文件。
frontend/src/components/DeDrag/index.vue
浏览文件 @
c1d93875
...
...
@@ -531,7 +531,7 @@ export default {
width
:
this
.
computedMainSlotWidth
,
height
:
this
.
computedMainSlotHeight
}
if
(
this
.
element
.
commonBackground
&&
this
.
element
.
commonBackground
.
enable
)
{
if
(
this
.
element
.
commonBackground
&&
this
.
element
.
commonBackground
.
enable
)
{
if
(
this
.
element
.
commonBackground
.
backgroundType
===
'innerImage'
)
{
style
[
'background'
]
=
`url(
${
this
.
element
.
commonBackground
.
innerImage
}
) no-repeat`
}
else
if
(
this
.
element
.
commonBackground
.
backgroundType
===
'outerImage'
)
{
...
...
@@ -1604,7 +1604,6 @@ export default {
},
// 记录当前样式
recordCurStyle
()
{
// debugger
const
style
=
{
...
this
.
defaultStyle
}
...
...
@@ -1619,7 +1618,6 @@ export default {
// 记录当前样式 矩阵处理
recordMatrixCurStyle
()
{
// debugger
const
left
=
Math
.
round
(
this
.
left
/
this
.
curCanvasScale
.
matrixStyleWidth
)
*
this
.
curCanvasScale
.
matrixStyleWidth
const
top
=
Math
.
round
(
this
.
top
/
this
.
curCanvasScale
.
matrixStyleHeight
)
*
this
.
curCanvasScale
.
matrixStyleHeight
const
width
=
Math
.
round
(
this
.
width
/
this
.
curCanvasScale
.
matrixStyleWidth
)
*
this
.
curCanvasScale
.
matrixStyleWidth
...
...
@@ -1644,7 +1642,6 @@ export default {
},
// 记录当前样式 跟随阴影位置 矩阵处理
recordMatrixCurShadowStyle
()
{
// debugger
const
left
=
(
this
.
element
.
x
-
1
)
*
this
.
curCanvasScale
.
matrixStyleWidth
const
top
=
(
this
.
element
.
y
-
1
)
*
this
.
curCanvasScale
.
matrixStyleHeight
const
width
=
this
.
element
.
sizex
*
this
.
curCanvasScale
.
matrixStyleWidth
...
...
frontend/src/components/DeDrag/shadow.vue
浏览文件 @
c1d93875
...
...
@@ -12,7 +12,6 @@ export default {
computed
:
{
styleInfo
()
{
// console.log('styleInfo==>')
// debugger
// console.log('dragComponentInfo==>' + this.dragComponentInfo.shadowStyle.x)
let
left
=
0
let
top
=
0
...
...
frontend/src/components/canvas/components/Editor/EditBar.vue
浏览文件 @
c1d93875
...
...
@@ -169,7 +169,6 @@ export default {
},
// 记录当前样式 跟随阴影位置 矩阵处理
recordMatrixCurShadowStyle
()
{
// debugger
const
left
=
(
this
.
curComponent
.
x
-
1
)
*
this
.
curCanvasScale
.
matrixStyleWidth
const
top
=
(
this
.
curComponent
.
y
-
1
)
*
this
.
curCanvasScale
.
matrixStyleHeight
const
width
=
this
.
curComponent
.
sizex
*
this
.
curCanvasScale
.
matrixStyleWidth
...
...
frontend/src/components/canvas/components/Editor/PreviewEject.vue
浏览文件 @
c1d93875
...
...
@@ -43,7 +43,6 @@ export default {
this
.
mainHeight
=
mainHeight
},
restore
()
{
debugger
const
_this
=
this
_this
.
dataLoading
=
true
if
(
!
this
.
$route
.
params
.
reportId
)
{
...
...
frontend/src/components/canvas/components/Editor/SettingMenu.vue
浏览文件 @
c1d93875
...
...
@@ -128,7 +128,6 @@ export default {
this
.
$store
.
commit
(
'recordSnapshot'
,
'bottomComponent'
)
},
linkageSetting
()
{
debugger
// sourceViewId 也加入查询
const
targetViewIds
=
this
.
componentData
.
filter
(
item
=>
item
.
type
===
'view'
&&
item
.
propValue
&&
item
.
propValue
.
viewId
)
.
map
(
item
=>
item
.
propValue
.
viewId
)
...
...
frontend/src/components/canvas/components/Editor/SettingMenuTest.vue
浏览文件 @
c1d93875
...
...
@@ -126,7 +126,6 @@ export default {
this
.
$store
.
commit
(
'recordSnapshot'
)
},
linkageSetting
()
{
debugger
// sourceViewId 也加入查询
const
targetViewIds
=
this
.
componentData
.
filter
(
item
=>
item
.
type
===
'view'
&&
item
.
propValue
&&
item
.
propValue
.
viewId
)
.
map
(
item
=>
item
.
propValue
.
viewId
)
...
...
frontend/src/components/canvas/components/Editor/index.vue
浏览文件 @
c1d93875
...
...
@@ -1270,7 +1270,6 @@ export default {
this
.
timeMachine
=
null
},
openChartDetailsDialog
(
chartInfo
)
{
debugger
this
.
showChartInfo
=
chartInfo
.
chart
this
.
showChartTableInfo
=
chartInfo
.
tableChart
this
.
chartDetailsVisible
=
true
...
...
frontend/src/views/chart/view/ChartEdit.vue
浏览文件 @
c1d93875
...
...
@@ -1404,12 +1404,10 @@ export default {
}
},
created
()
{
debugger
// this.get(this.$store.state.chart.viewId);
// this.initAreas()
},
mounted
()
{
debugger
this
.
bindPluginEvent
()
this
.
initFromPanel
()
this
.
chartInit
()
...
...
frontend/src/views/panel/OuterParamsSet/index.vue
浏览文件 @
c1d93875
...
...
@@ -228,7 +228,6 @@ export default {
created
()
{
},
mounted
()
{
debugger
this
.
init
()
},
destroyed
()
{
...
...
@@ -237,7 +236,6 @@ export default {
init
()
{
// 获取当前仪表板外部跳转蚕食信息
queryWithPanelId
(
this
.
panelInfo
.
id
).
then
(
rsp
=>
{
debugger
this
.
outerParams
=
rsp
.
data
this
.
outerParamsInfoArray
=
this
.
outerParams
.
outerParamsInfoArray
if
(
this
.
outerParamsInfoArray
.
length
>
0
)
{
...
...
frontend/src/views/panel/edit/index.vue
浏览文件 @
c1d93875
...
...
@@ -578,7 +578,6 @@ export default {
this
.
$store
.
commit
(
'resetViewEditInfo'
)
},
mounted
()
{
debugger
// this.insertToBody()
bus
.
$on
(
'component-on-drag'
,
()
=>
{
this
.
show
=
false
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论