|
@@ -77,6 +77,7 @@ function onRuntimeMsg() {
|
|
|
chrome.runtime.onMessage.addListener((req, sender, sendResponse) => {
|
|
|
switch (req.actionType) {
|
|
|
case 'CONTENT_REFRESH_TAB_GROUP_LIST':
|
|
|
+ listReqParams.params.preTimestamp = ''
|
|
|
initData();
|
|
|
break;
|
|
|
case 'CONTENT_GROUP_LIST_SCROLL':
|