fix category

This commit is contained in:
Qiuxia Fan 2022-06-14 09:49:18 +08:00
parent 4f6f50ee9a
commit 2e39b4dcf5

View File

@ -59,8 +59,8 @@ limitations under the License. -->
{{ t("search") }} {{ t("search") }}
</el-button> </el-button>
</div> </div>
<div class="flex-h row"> <div class="flex-h row" v-show="!isBrowser">
<div class="mr-5 traceId" v-show="!isBrowser"> <div class="mr-5 traceId">
<span class="grey mr-5">{{ t("traceID") }}:</span> <span class="grey mr-5">{{ t("traceID") }}:</span>
<el-input v-model="traceId" class="inputs-max" size="small" /> <el-input v-model="traceId" class="inputs-max" size="small" />
</div> </div>
@ -228,6 +228,7 @@ function searchLogs() {
serviceVersionId: instance || state.instance.id || undefined, serviceVersionId: instance || state.instance.id || undefined,
paging: { pageNum: 1, pageSize: 15 }, paging: { pageNum: 1, pageSize: 15 },
queryDuration: appStore.durationTime, queryDuration: appStore.durationTime,
category: "ALL",
}); });
} else { } else {
logStore.setLogCondition({ logStore.setLogCondition({