libf 3 years ago
parent
commit
5b164ac46a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/controllers/sheetmanage.js

+ 1 - 2
src/controllers/sheetmanage.js

@@ -1518,8 +1518,7 @@ const sheetmanage = {
                 return i;
             }
         }
-
-        return null;
+        return 0;
     },
     changeSheetExec: function(index, isPivotInitial, isNewSheet, isCopySheet) {