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
6d8b2443
Commit
6d8b2443
authored
Jun 14, 2023
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提示
parent
fa055c6d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
AssetTable.jsx
src/view/Manage/AssetManage/Component/AssetTable.jsx
+3
-3
AttributeMaintain.jsx
src/view/Manage/AssetManage/Component/AttributeMaintain.jsx
+2
-2
ImportAssetDrawer.jsx
src/view/Manage/AssetManage/Component/ImportAssetDrawer.jsx
+1
-0
No files found.
src/view/Manage/AssetManage/Component/AssetTable.jsx
View file @
6d8b2443
...
...
@@ -660,9 +660,9 @@ const AssetTable = (props) => {
const
onImportAssetSuccess
=
(
tip
=
''
)
=>
{
getDataAssets
();
if
((
tip
||
''
)
!==
''
)
{
showNotifaction
(
'导入提示'
,
tip
,
5
);
}
//
if ((tip||'') !== '') {
//
showNotifaction('导入提示', tip, 5);
//
}
}
const
onFilterElementModalCancel
=
(
refresh
=
false
)
=>
{
...
...
src/view/Manage/AssetManage/Component/AttributeMaintain.jsx
View file @
6d8b2443
...
...
@@ -168,7 +168,7 @@ const FC = (props) => {
},
callback
:
(
data
)
=>
{
onChange
?.(
catalogId
);
showMessage
(
'success'
,
'
字段级资产导入成功!
'
);
showMessage
(
'success'
,
'
导入动作完成,详情查看日志
'
);
}
})
}
else
{
...
...
@@ -182,7 +182,7 @@ const FC = (props) => {
},
callback
:
(
data
)
=>
{
onChange
?.(
catalogId
);
showMessage
(
'success'
,
'
映射关系导入成功!
'
);
showMessage
(
'success'
,
'
导入动作完成,详情查看日志
'
);
}
})
}
...
...
src/view/Manage/AssetManage/Component/ImportAssetDrawer.jsx
View file @
6d8b2443
...
...
@@ -147,6 +147,7 @@ const ImportAssetDrawer = (props) => {
setConfirmLoading(false);
setFileList([]);
getLogs(pageNum, pageSize);
showMessage('success', '导入动作完成,详情查看日志');
onSuccess && onSuccess(data||'');
},
error: () => {
...
...
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