Commit 9d68831d by zhaochengxiang

搜索

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