Browse Source

替换luckysheet包

Renxy 2 years ago
parent
commit
6d773763d5

File diff suppressed because it is too large
+ 0 - 0
public/Luckysheet/luckysheet.umd.js


File diff suppressed because it is too large
+ 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) => {

Some files were not shown because too many files changed in this diff