Commit 87513613 authored by nick zheng's avatar nick zheng

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

parent a08f7b52
......@@ -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