|
@@ -226,7 +226,7 @@ import {computed, getCurrentInstance, onBeforeMount, onMounted, reactive, ref, w
|
|
|
import {useRoute, useRouter} from "vue-router";
|
|
|
import {useAppStore, useDictionaryStore, useThemeStore, useWebStore} from "@/stores";
|
|
|
import {ElLoading, ElMessage} from "element-plus";
|
|
|
-import {frontGetIndexAndFieldInfo} from "@/api/modules/web/list";
|
|
|
+import {frontGetIndexAndFieldInfo, searchLogsSaveSearchLog} from "@/api/modules/web/list";
|
|
|
import DetailCom from './detail.vue'
|
|
|
|
|
|
const {proxy} = getCurrentInstance()
|
|
@@ -539,6 +539,7 @@ const initWS = () => {
|
|
|
}
|
|
|
lastListParams = JSON.stringify(params)
|
|
|
ws.send(lastListParams)
|
|
|
+ searchLogsSaveSearchLog({keyword: params.keyData})
|
|
|
}
|
|
|
state.ws.detail = (esId) => {
|
|
|
const params = {
|