Commit f239faef authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

fix: 应用再次打开插件弹窗初始化

See merge request !150
parents 5ad65e6c 87513613
......@@ -73,7 +73,11 @@ const isEnglishLanguage = computed(() => systemLanguageStore.currentLanguageInfo
watch(
() => props.isShowModal,
(newVal) => {
newVal && handleGetPluginClassificationList()
if (newVal) {
currentPluginClassification.value.classification = ''
searchPluginQuery.value = ''
handleGetPluginClassificationList()
}
},
)
......
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