插活查询
This commit is contained in:
parent
f963f2e1b5
commit
611461c859
@ -907,7 +907,10 @@ onMounted(async () => {
|
|||||||
Object.assign(queryParams, params);
|
Object.assign(queryParams, params);
|
||||||
}
|
}
|
||||||
routeValue.value = route.path
|
routeValue.value = route.path
|
||||||
// await getList()
|
if(queryParams.twoDimOwner){
|
||||||
|
await getList()
|
||||||
|
}
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('初始化失败:', error)
|
console.error('初始化失败:', error)
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user