|
@@ -102,6 +102,9 @@ const showSideTools = function (show) {
|
|
|
});
|
|
|
|
|
|
const loadErrorData = function (data, his = false) {
|
|
|
+ data.sort(function (a, b) {
|
|
|
+ return a.serialNo - b.serialNo;
|
|
|
+ });
|
|
|
SpreadJsObj.loadSheetData(sheet, SpreadJsObj.DataType.Data, data);
|
|
|
if (!his && setting.storeKey) {
|
|
|
setLocalCache(setting.storeKey, JSON.stringify(data));
|