diff --git a/.env.lyric b/.env.lyric index 0ddbb493..d35657ee 100644 --- a/.env.lyric +++ b/.env.lyric @@ -26,7 +26,7 @@ VITE_API_ONLYOFFICE_CALLBACK=http://192.168.30.148:3000/api/simulation/data/data # 基线地址,用于onlyOffice预览 VITE_API_SPDM_URL=http://192.168.30.148:3000/spdm # CID地址 -VITE_API_CID_URL=http://192.168.30.148:3001 +VITE_API_CID_URL=http://192.168.30.147:7114 VITE_API_PREFIX_APPROVE=/approve/ VITE_API_PREFIX_CAPABILITY=/capability/ diff --git a/src/components/common/table/tableSearch.vue b/src/components/common/table/tableSearch.vue index 33eafd79..4894500a 100644 --- a/src/components/common/table/tableSearch.vue +++ b/src/components/common/table/tableSearch.vue @@ -17,6 +17,7 @@ :form="searchForm" :attrs="searchAttrs[item.key]" @change="(val) => changeFun(val)" + @enter="searchFun" >