Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8b2bb8a5
authored
2024-12-26 18:57:07 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
分类分级任务bug修改
1 parent
62bbf8eb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/data_inventory/taskDetail.vue
src/views/data_inventory/taskDetail.vue
View file @
8b2bb8a
...
...
@@ -718,7 +718,7 @@ const selectChange = (val, item, scope = null) => {
}
else
{
sheetItemList
.
value
[
1
].
disabled
=
false
;
}
params
.
tableGuid
=
''
;
item
.
field
==
"databaseGuid"
&&
(
params
.
tableGuid
=
''
)
;
}
else
{
if
(
item
.
field
==
"databaseGuid"
)
{
if
(
!
val
)
{
...
...
@@ -732,7 +732,7 @@ const selectChange = (val, item, scope = null) => {
}
params
.
tableGuid
=
''
;
params
.
fieldGuid
=
''
;
}
else
{
}
else
if
(
item
.
field
==
"tableGuid"
)
{
if
(
!
val
)
{
fieldItemList
.
value
[
3
].
default
=
''
;
fieldItemList
.
value
[
3
].
disabled
=
true
;
...
...
@@ -742,7 +742,7 @@ const selectChange = (val, item, scope = null) => {
params
.
fieldGuid
=
''
;
}
}
if
(
val
)
{
if
(
val
&&
item
.
field
!=
"fieldGuid"
)
{
const
params
=
{
type
:
item
.
field
==
"databaseGuid"
?
2
:
3
,
dbGuid
:
val
||
''
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment