Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
jing Tang
Dataease
Commits
7490f8f0
Commit
7490f8f0
authored
3 years ago
by
taojinlong
Browse files
Options
Download
Plain Diff
Merge branch 'v1.10' of github.com:dataease/dataease into v1.10
parents
8453e192
2a08e184
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/src/components/canvas/custom-component/UserViewDialog.vue
+14
-0
...src/components/canvas/custom-component/UserViewDialog.vue
mobile/public/index.html
+0
-1
mobile/public/index.html
with
14 additions
and
1 deletion
+14
-1
frontend/src/components/canvas/custom-component/UserViewDialog.vue
+
14
-
0
View file @
7490f8f0
...
...
@@ -123,10 +123,24 @@ export default {
if
(
!
this
.
curComponent
&&
this
.
lastMapChart
)
{
return
this
.
lastMapChart
}
if
(
this
.
curComponent
&&
this
.
curComponent
.
options
&&
this
.
curComponent
.
options
.
tabList
&&
this
.
curComponent
.
options
.
tabList
.
length
)
{
const
tabList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
curComponent
.
options
.
tabList
))
tabList
.
forEach
(
tab
=>
{
if
(
tab
.
content
&&
tab
.
content
.
propValue
&&
tab
.
content
.
propValue
.
viewId
&&
tab
.
content
.
propValue
.
viewId
===
this
.
chart
.
id
&&
tab
.
content
.
DetailAreaCode
&&
tab
.
content
.
DetailAreaCode
.
length
)
{
DetailAreaCode
=
tab
.
content
.
DetailAreaCode
}
})
}
const
result
=
{
...
temp
,
...{
DetailAreaCode
:
DetailAreaCode
}}
this
.
setLastMapChart
(
result
)
return
result
}
return
null
}
},
...
...
This diff is collapsed.
Click to expand it.
mobile/public/index.html
+
0
-
1
View file @
7490f8f0
...
...
@@ -3,7 +3,6 @@
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"Content-Security-Policy"
content=
"upgrade-insecure-requests"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<title>
<
%=
htmlWebpackPlugin.options.title
%
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help