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
aefe7ae6
authored
2026-03-13 16:13:56 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
是否缓存默认改为是
1 parent
b5848cf2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/data_asset/registerCatalogCreate.vue
src/views/data_asset/registerCatalogCreate.vue
View file @
aefe7ae
...
...
@@ -398,7 +398,7 @@ const baseInfoFormItems = ref([
field
:
'isCache'
,
block
:
false
,
disabled
:
false
,
default
:
'
N
'
,
default
:
'
Y
'
,
options
:
[{
value
:
'Y'
,
label
:
'是'
...
...
@@ -653,7 +653,7 @@ const assetDataTableInfo = ref({
});
const
setFormItems
=
(
val
)
=>
{
val
=
Object
.
assign
({
dataSources
:
1
,
damType
:
1
,
databaseType
:
''
},
val
);
val
=
Object
.
assign
({
dataSources
:
1
,
damType
:
1
,
databaseType
:
''
,
isCache
:
'Y'
},
val
);
baseInfoFormItems
.
value
.
forEach
(
item
=>
{
item
.
default
=
val
[
item
.
field
];
if
(
item
.
children
?.
length
)
{
...
...
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