-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support data-import task manager #239
Conversation
… where there are standing
onClick: () => { | ||
dataAnalyzeStore.setFavoritePopUp('editFavorite'); | ||
dataAnalyzeStore.resetFavoriteRequestStatus('add'); | ||
dataAnalyzeStore.resetFavoriteRequestStatus('edit'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里为什么调用两次?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are two different request status who are being used in different situtaion
dataMapStore.setSelectedFileId( | ||
Number(dataMapStore.fileMapInfos[0].id) | ||
); | ||
dataMapStore.setSelectedFileInfo(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里直接用setSelectedFileInfo,会不会好点
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In early devs there were some scenarios that only set file ids. Since now the scenarios are gone I 'll remove one of two steps later.
No description provided.