CzRger 10 月之前
父節點
當前提交
3f5b6a4341
共有 1 個文件被更改,包括 1 次插入0 次删除
  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})
     }