Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
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
zhaochengxiang
szse
Commits
6cf7b27a
Commit
6cf7b27a
authored
Dec 12, 2023
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
b1ba9f01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
add-to-asset.jsx
src/view/Manage/AssetResourceManage/add-to-asset.jsx
+1
-1
index.jsx
src/view/Manage/DatasourceManage/index.jsx
+1
-1
No files found.
src/view/Manage/AssetResourceManage/add-to-asset.jsx
View file @
6cf7b27a
...
@@ -183,7 +183,7 @@ export const Basic = React.forwardRef(function ({ items, defaultValue }, ref) {
...
@@ -183,7 +183,7 @@ export const Basic = React.forwardRef(function ({ items, defaultValue }, ref) {
type
:
'assetmanage.queryDataAssetManageTree'
,
type
:
'assetmanage.queryDataAssetManageTree'
,
callback
:
data
=>
{
callback
:
data
=>
{
setLoadingTreeData
(
false
)
setLoadingTreeData
(
false
)
setTreeData
(
data
)
setTreeData
(
(
data
??[]).
filter
(
item
=>
item
.
type
!==
'custom'
)
)
},
},
error
:
()
=>
{
error
:
()
=>
{
setLoadingTreeData
(
false
)
setLoadingTreeData
(
false
)
...
...
src/view/Manage/DatasourceManage/index.jsx
View file @
6cf7b27a
...
@@ -3,7 +3,7 @@ import { Space, Select, Button, Modal, TreeSelect } from 'antd';
...
@@ -3,7 +3,7 @@ import { Space, Select, Button, Modal, TreeSelect } from 'antd';
import
DatasourceList
from
'./Component/DatasourceList'
;
import
DatasourceList
from
'./Component/DatasourceList'
;
import
ETLConfigModal
from
'./Component/ETLConfigModal'
;
import
ETLConfigModal
from
'./Component/ETLConfigModal'
;
import
APIConfigModal
from
'./Component/A
pi
ConfigModal'
;
import
APIConfigModal
from
'./Component/A
PI
ConfigModal'
;
import
UpdateDatasourceModal
from
'./Component/UpdateDatasourceModal'
;
import
UpdateDatasourceModal
from
'./Component/UpdateDatasourceModal'
;
import
ScheduleCURDModal
from
'./Component/ScheduleCURDModal'
;
import
ScheduleCURDModal
from
'./Component/ScheduleCURDModal'
;
import
TaskLogsModal
from
'./Component/TaskLogsModal'
;
import
TaskLogsModal
from
'./Component/TaskLogsModal'
;
...
...
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