Commit 58d00e9e authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

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

See merge request !75
parents 00af29b1 f684bd31
...@@ -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