Commit 8e34106c by zhaochengxiang

bug fix

parent aa5fb78d
......@@ -797,6 +797,7 @@ const FC = (props) => {
},
callback: (data) => {
showMessage('success', '同步资源成功')
setSelectedRows()
getAssets()
}
})
......@@ -819,6 +820,7 @@ const FC = (props) => {
},
callback: (data) => {
showMessage('success', '不同步资源成功')
setSelectedRows()
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