Skip to content

Commit 999ac99

Browse files
RonnyChan96relat-ivity
authored andcommitted
[appbuilder] 修复保存后读取有可能导致页面上数据覆盖的问题. (ModelEngine-Group#561)
1 parent 7311d86 commit 999ac99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/pages/aippIndex/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ const AippIndex = () => {
143143
if (res.code === 0) {
144144
dispatch(setTestStatus(null));
145145
setSaveTime(getCurrentTime());
146-
getAippDetails(true);
147146
if (inspirationRefresh.current) {
148147
inspirationRefresh.current = false;
149148
let key = getUiD();

0 commit comments

Comments
 (0)