Commit 870b3da7 authored by 皮倩雯's avatar 皮倩雯

fix: '修复巡检反馈搜索bug'

parent c591fa9e
Pipeline #78365 passed with stages
......@@ -385,6 +385,7 @@ const patrolFeedback = () => {
// 搜索
const handleSearch = e => {
searchValue.current = e;
tableList.current.pageIndex = 1;
getTableList(e);
};
......
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