|
|
@ -100,7 +100,7 @@ function jfrefreshgrid(data, range, allParam, isRunExecFunction = true, isRefres |
|
|
|
Store.jfredo.push({ |
|
|
|
"type": "datachange", |
|
|
|
"data": Store.flowdata, |
|
|
|
"curdata": data, |
|
|
|
"curData": data, |
|
|
|
"sheetIndex": Store.currentSheetIndex, |
|
|
|
"range": range, |
|
|
|
"config": $.extend(true, {}, Store.config), |
|
|
@ -112,7 +112,7 @@ function jfrefreshgrid(data, range, allParam, isRunExecFunction = true, isRefres |
|
|
|
"curDataVerification": curDataVerification, |
|
|
|
"dynamicArray": $.extend(true, [], file["dynamicArray"]), |
|
|
|
"curDynamicArray": curDynamicArray, |
|
|
|
"dataRange": [...file.luckysheet_select_save] |
|
|
|
"dataRange": [...file.luckysheet_select_save]// 保留操作时的选区
|
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
@ -451,7 +451,8 @@ function jfrefreshgrid_adRC(data, cfg, ctrlType, ctrlValue, calc, filterObj, cf, |
|
|
|
"curDataVerification": dataVerification, |
|
|
|
"hyperlink": $.extend(true, {}, file.hyperlink), |
|
|
|
"curHyperlink": hyperlink, |
|
|
|
"dataRange": [...file.luckysheet_select_save] |
|
|
|
"range": file.luckysheet_select_save, |
|
|
|
"dataRange": [...file.luckysheet_select_save]// 保留操作时的选区
|
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
@ -687,7 +688,8 @@ function jfrefreshgrid_deleteCell(data, cfg, ctrl, calc, filterObj, cf, dataVeri |
|
|
|
"curDataVerification": dataVerification, |
|
|
|
"hyperlink": $.extend(true, {}, file.hyperlink), |
|
|
|
"curHyperlink": hyperlink, |
|
|
|
"dataRange": [...file.luckysheet_select_save] |
|
|
|
"range": file.luckysheet_select_save, |
|
|
|
"dataRange": [...file.luckysheet_select_save] // 保留操作时的选区
|
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|