Browse Source

预警助手打开列表不自动开启更多

CzRger 1 month ago
parent
commit
cadc5e96e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/web/warning/index.vue

+ 1 - 1
src/views/web/warning/index.vue

@@ -344,7 +344,7 @@ watch(() => ShipMapStore.warningParams, (n) => {
     state.query.form.startTime = YMDHms(n.warnTime)
     state.query.form.endTime = YMDHms(new Date(n.warnTime).getTime() + 1000)
     emit('update:show', true)
-    onMore()
+    // onMore()
     onSearch()
   }
 })