This commit is contained in:
@@ -560,6 +560,14 @@
|
||||
searchOrdersForFilter('')
|
||||
})
|
||||
|
||||
let isFirstActivation = true
|
||||
onActivated(() => {
|
||||
if (!isFirstActivation) {
|
||||
getTableData()
|
||||
}
|
||||
isFirstActivation = false
|
||||
})
|
||||
|
||||
// 搜索店铺(用于搜索表单)
|
||||
const searchShops = async (query: string) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user