MaiXinRong 6 часов назад
Родитель
Сommit
64a9228774
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      app/public/js/se_temp_land.js

+ 3 - 0
app/public/js/se_temp_land.js

@@ -117,6 +117,9 @@ $(document).ready(() => {
             }
             return result;
         }
+        getMaxOrder() {
+            return this.data.length > 0 ? this.data[this.data.length - 1].order : 0;
+        }
     }
     const seTempObj = new SeTemp();
     const refreshSum = function () {