xujunjie 1 жил өмнө
parent
commit
1fb2c85430

+ 3 - 1
src/pages/Detail/LuckySheet.js

@@ -140,7 +140,9 @@ class LuckySheet extends React.Component {
           }, 100);
         },
         workbookCreateAfter: options => {
-          this.luckysheet.refreshFormula();
+          setTimeout(() => {
+            this.luckysheet.refreshFormula();
+          }, 800);
         },
       },
     };