Parcourir la source

替换luckysheet包

Renxy il y a 2 ans
Parent
commit
6d773763d5

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
public/Luckysheet/luckysheet.umd.js


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
public/Luckysheet/luckysheet.umd.js.map


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

@@ -31,7 +31,6 @@ const PSRDetail = () => {
   const {
     state: { project_name, flow_id, node_id },
   } = location;
-  console.log('========================', location);
 
   const [excelData, setExcelData] = useState();
   const [historyOpen, setHistoryOpen] = useState();
@@ -214,6 +213,7 @@ const PSRDetail = () => {
     luckysheetRef.current = contentWindow.luckysheet;
   };
   const renderSheet = (currentData, is_edit = false) => {
+    console.log('==================', luckysheetRef.current);
     const data = currentData;
     //设置单元格不可编辑
     data?.forEach((item) => {

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff