Browse Source

渲染完excel之后刷新公式

Renxy 1 year ago
parent
commit
9b6c1c3b10
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/pages/PSRManage/detail.js

+ 1 - 0
src/pages/PSRManage/detail.js

@@ -668,6 +668,7 @@ const PSRDetail = () => {
 
     luckysheetRef.current.destroy();
     luckysheetRef.current.create(option);
+    luckysheetRef.current.refreshFormula();
   };
 
   const fillWorkLoadData = async () => {