|
@@ -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) => {
|