Commit 8e34106c by zhaochengxiang

bug fix

parent aa5fb78d
...@@ -797,6 +797,7 @@ const FC = (props) => { ...@@ -797,6 +797,7 @@ const FC = (props) => {
}, },
callback: (data) => { callback: (data) => {
showMessage('success', '同步资源成功') showMessage('success', '同步资源成功')
setSelectedRows()
getAssets() getAssets()
} }
}) })
...@@ -819,6 +820,7 @@ const FC = (props) => { ...@@ -819,6 +820,7 @@ const FC = (props) => {
}, },
callback: (data) => { callback: (data) => {
showMessage('success', '不同步资源成功') showMessage('success', '不同步资源成功')
setSelectedRows()
getAssets() getAssets()
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment