fix: get-list
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m45s

This commit is contained in:
sexygoat
2026-05-15 11:16:57 +08:00
parent f3b5444dd8
commit c7e2d6fe53
4 changed files with 60 additions and 1 deletions

View File

@@ -1064,6 +1064,14 @@
getTableData()
})
let isFirstActivation = true
onActivated(() => {
if (!isFirstActivation) {
getTableData()
}
isFirstActivation = false
})
// 加载套餐选项(用于新增对话框)
const loadPackageOptions = async (packageName?: string) => {
packageLoading.value = true