Commit 9d68831d by zhaochengxiang

搜索

parent e1f1eec9
...@@ -97,6 +97,7 @@ const FC = (props) => { ...@@ -97,6 +97,7 @@ const FC = (props) => {
}, },
callback: data => { callback: data => {
showMessage('success', '删除成功') showMessage('success', '删除成功')
setSelectedRows()
getTemplates() getTemplates()
} }
}) })
...@@ -151,7 +152,6 @@ const FC = (props) => { ...@@ -151,7 +152,6 @@ const FC = (props) => {
onChange={(e) => { onChange={(e) => {
const keyword = e.target.value const keyword = e.target.value
setKeyword(keyword) setKeyword(keyword)
// $keyword.next((keyword??'').trim())
}} }}
style={{ width: 270 }} style={{ width: 270 }}
/> />
......
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