Commit 1881d552 by zhaochengxiang

加载更多不再重新刷新

parent 75b1a83e
......@@ -390,7 +390,9 @@ const ImportActionTable = (props) => {
if (changedValues.hasOwnProperty('cnName') || changedValues.hasOwnProperty('name')) {
setSuggests([]);
if (offset === 1) {
setSuggests([]);
}
const newData = [...data];
const index = newData.findIndex((item) => iid === item.iid);
......
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