Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ETL-admin
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
莫晓莉
ETL-admin
Commits
4e9ff468
Commit
4e9ff468
authored
May 12, 2021
by
莫晓莉
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://139.159.239.83:9093/mxl/ETL-admin
parents
d6c7fb0a
65791538
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
14 deletions
+6
-14
src/views/dashboard-kettle/components/appBulletFrame/tableInput.vue
+2
-2
src/views/job-dialog/homework.vue
+0
-1
src/views/kettle/home2.vue
+3
-8
src/views/watch/transform.vue
+1
-3
No files found.
src/views/dashboard-kettle/components/appBulletFrame/tableInput.vue
View file @
4e9ff468
...
@@ -398,7 +398,7 @@ export default {
...
@@ -398,7 +398,7 @@ export default {
// this.fieldName = this.fieldName + element + ","
// this.fieldName = this.fieldName + element + ","
if
(
!
i
==
0
)
{
if
(
!
i
==
0
)
{
this
.
fieldName
=
this
.
fieldName
+
","
+
element
;
this
.
fieldName
=
this
.
fieldName
+
"
\
n
,"
+
element
;
}
else
{
}
else
{
this
.
fieldName
=
element
;
this
.
fieldName
=
element
;
}
}
...
@@ -406,7 +406,7 @@ export default {
...
@@ -406,7 +406,7 @@ export default {
console
.
log
(
this
.
fieldName
,
464564564
);
console
.
log
(
this
.
fieldName
,
464564564
);
}
}
this
.
form
.
sql
=
`select
${
this
.
fieldName
}
from
${
this
.
tableDetails
.
nodeId
}
.
${
this
.
tableDetails
.
text
}
`
;
this
.
form
.
sql
=
`select
`
+
"
\
n"
+
`
${
this
.
fieldName
}
`
+
"
\
n"
+
`from `
+
"
\
n"
+
`
${
this
.
tableDetails
.
nodeId
}
.
${
this
.
tableDetails
.
text
}
`
;
});
});
},
},
...
...
src/views/job-dialog/homework.vue
View file @
4e9ff468
...
@@ -441,7 +441,6 @@ export default ({
...
@@ -441,7 +441,6 @@ export default ({
formData
.
append
(
'query'
,
''
);
formData
.
append
(
'query'
,
''
);
getLogLevelList
(
formData
).
then
(
res
=>
{
getLogLevelList
(
formData
).
then
(
res
=>
{
if
(
res
)
{
if
(
res
)
{
console
.
log
(
'获取日志级别=='
,
res
);
this
.
logLevelList
=
res
;
this
.
logLevelList
=
res
;
}
else
{
}
else
{
this
.
$message
.
error
(
res
.
errMsg
)
this
.
$message
.
error
(
res
.
errMsg
)
...
...
src/views/kettle/home2.vue
View file @
4e9ff468
...
@@ -1208,22 +1208,17 @@ props: ["dragItem"],
...
@@ -1208,22 +1208,17 @@ props: ["dragItem"],
},
},
// 新建任务
// 新建任务
createJob
(){
createJob
(){
if
(
this
.
curNodeIconCls
==
'imageFolder'
){
this
.
estabDialogVisible
=
true
;
this
.
estabDialogVisible
=
true
;
this
.
estabTitle
=
'任务'
;
this
.
estabTitle
=
'任务'
;
}
else
{
this
.
$message
.
error
(
'请选择资源库中的一个目录'
);
}
},
},
// 新建目录
// 新建目录
createFile
(){
createFile
(){
if
(
this
.
curNodeIconCls
==
'imageFolder'
){
this
.
estabDialogVisible
=
true
;
this
.
estabDialogVisible
=
true
;
this
.
estabTitle
=
'目录'
;
this
.
estabTitle
=
'目录'
;
}
else
{
this
.
$message
.
error
(
'请选择资源库中的一个目录'
);
}
},
},
// 删除资源库文件
// 删除资源库文件
...
...
src/views/watch/transform.vue
View file @
4e9ff468
...
@@ -418,8 +418,7 @@ export default {
...
@@ -418,8 +418,7 @@ export default {
//查看详情
//查看详情
checkDetail
(
row
)
{
checkDetail
(
row
)
{
console
.
log
(
'打开查看详情弹窗id不为为null'
);
this
.
pageLog
.
transId
=
row
.
transId
;
this
.
pageLog
.
transId
=
row
.
id
;
this
.
getKettleTransRecordList
();
// 分页获取转换执行日志记录列表
this
.
getKettleTransRecordList
();
// 分页获取转换执行日志记录列表
this
.
getSimpleList
();
//获取我添加的作业列表 搜索下拉框列表
this
.
getSimpleList
();
//获取我添加的作业列表 搜索下拉框列表
this
.
dialogShow
=
true
;
this
.
dialogShow
=
true
;
...
@@ -427,7 +426,6 @@ export default {
...
@@ -427,7 +426,6 @@ export default {
//获取转换下拉列表
//获取转换下拉列表
getSimpleList
(){
getSimpleList
(){
getList
().
then
((
res
)
=>
{
getList
().
then
((
res
)
=>
{
console
.
log
(
'获取转换日志下拉列表:'
,
res
);
if
(
res
.
success
){
if
(
res
.
success
){
this
.
simpleList
=
res
.
data
;
this
.
simpleList
=
res
.
data
;
}
}
...
...
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