update L955 bug修复

This commit is contained in:
2026-02-25 16:29:49 +08:00
parent f2d547fb29
commit c40130e4ec

View File

@@ -5,9 +5,7 @@
tableName="APP_CENTER"
ref="baseTableRef"
:api="setTableDataFun"
:params="{
appName: appSearchName,
}"
:params="tableParams"
fullHeight
:actionList="actionList"
>
@@ -108,6 +106,9 @@ const detailVisible = ref(false);
const isAppInfo = ref(false);
const showAppChart = ref(false);
const appSearchName = ref('');
const tableParams = ref({
appName: appSearchName.value,
});
const actionList = ref([
{