This commit is contained in:
@@ -773,6 +773,14 @@
|
||||
getTableData()
|
||||
})
|
||||
|
||||
let isFirstActivation = true
|
||||
onActivated(() => {
|
||||
if (!isFirstActivation) {
|
||||
getTableData()
|
||||
}
|
||||
isFirstActivation = false
|
||||
})
|
||||
|
||||
// 获取套餐系列列表
|
||||
const getTableData = async () => {
|
||||
loading.value = true
|
||||
|
||||
Reference in New Issue
Block a user