Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datax-cloud
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄营
datax-cloud
Commits
221e59bc
Commit
221e59bc
authored
Oct 09, 2020
by
yuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目初始化
parent
6a437650
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
datax-ui/src/views/standard/dictmapping/index.vue
+2
-2
No files found.
datax-ui/src/views/standard/dictmapping/index.vue
View file @
221e59bc
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
<el-alert
<el-alert
type=
"success"
type=
"success"
:closable=
"false"
:closable=
"false"
style=
"margin: 15px 0;"
>
>
<span
slot=
"title"
>
<span
slot=
"title"
>
{{ title }}
{{ title }}
...
@@ -97,7 +98,7 @@ import { getContrastTree } from '@/api/standard/contrast'
...
@@ -97,7 +98,7 @@ import { getContrastTree } from '@/api/standard/contrast'
import
{
getDictMapping
}
from
'@/api/standard/dictmapping'
import
{
getDictMapping
}
from
'@/api/standard/dictmapping'
export
default
{
export
default
{
name
:
'Dict
Contrast
'
,
name
:
'Dict
Mapping
'
,
data
()
{
data
()
{
return
{
return
{
tableHeight
:
document
.
body
.
offsetHeight
-
310
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
310
+
'px'
,
...
@@ -136,7 +137,6 @@ export default {
...
@@ -136,7 +137,6 @@ export default {
},
},
/** 节点单击事件 */
/** 节点单击事件 */
handleNodeClick
(
data
,
node
)
{
handleNodeClick
(
data
,
node
)
{
this
.
contrastId
=
undefined
if
(
node
.
level
===
4
)
{
if
(
node
.
level
===
4
)
{
this
.
contrastId
=
data
.
id
this
.
contrastId
=
data
.
id
this
.
getDictMapping
()
this
.
getDictMapping
()
...
...
Write
Preview
Markdown
is supported
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