CzRger 10 months ago
parent
commit
3f5b6a4341
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/web/list/index.vue

+ 1 - 0
src/views/web/list/index.vue

@@ -547,6 +547,7 @@ const initWS = () => {
         orderBy: {}
       }
       lastListParams = JSON.stringify(params)
+      state.tableParams.loading = true
       ws.send(lastListParams)
       searchLogsSaveSearchLog({keyword: params.keyData})
     }