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

This commit is contained in:
sexygoat
2026-04-25 12:01:21 +08:00
parent 17c299e4ce
commit 9247001643
9 changed files with 901 additions and 311 deletions

View File

@@ -200,7 +200,7 @@
</template>
<script setup lang="ts">
import { h } from 'vue'
import { h, onActivated } from 'vue'
import { useRouter } from 'vue-router'
import { RoutesAlias } from '@/router/routesAlias'
import { EnterpriseService, ShopService } from '@/api/modules'
@@ -536,6 +536,10 @@
}
})
onActivated(() => {
getTableData()
})
// 加载店铺列表 - 改用级联查询
const loadShopList = async () => {
shopLoading.value = true