Commit f684bd31 authored by nick zheng's avatar nick zheng

fix: 应用配置修改时间显示

parent 1c5fafcb
...@@ -88,8 +88,8 @@ watch( ...@@ -88,8 +88,8 @@ watch(
watch( watch(
() => personalAppConfig.value.knowledgeConfig.knowledgeIds, () => personalAppConfig.value.knowledgeConfig.knowledgeIds,
(newVal) => { (newKnowledgeIds) => {
newVal && (isInitGetAgentAppDetail.value = true) newKnowledgeIds.length && (isInitGetAgentAppDetail.value = true)
}, },
{ once: true }, { once: true },
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment