-
+
+
+ {{
+ item.isActive
+ ? t('plugin_center.mcp.activate')
+ : t('plugin_center.mcp.deactivate')
+ }}
+
-
-
- {{
- item.isActive
- ? t('plugin_center.mcp.activate')
- : t('plugin_center.mcp.deactivate')
- }}
-
diff --git a/src/views/app/index.vue b/src/views/app/index.vue
index 0e4cf4c839dd4bb533ed7960d5c26fb9c1fa0b80..cca80979f5decaabc81b1a53c855b3d90d8bdbb5 100644
--- a/src/views/app/index.vue
+++ b/src/views/app/index.vue
@@ -254,7 +254,7 @@ const handleParamsQueryAppList = (params?: any) => {
payload[appType.value] = true;
}
handleQueryAppList({
- searchType: appSearchType.value,
+ appType: appSearchType.value !== 'all' ? appSearchType.value : undefined,
keyword: appSearchValue.value,
...payload,
...params,