Explorar el Código

渲染完excel之后刷新公式

Renxy hace 1 año
padre
commit
9b6c1c3b10
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 () => {