mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-10-16 14:43:57 +00:00
update 优化代码
This commit is contained in:
@@ -325,9 +325,9 @@ const handleSelectionChange = (selection: any) => {
|
|||||||
};
|
};
|
||||||
//分页
|
//分页
|
||||||
const getPageList = async () => {
|
const getPageList = async () => {
|
||||||
console.log(proxy.$route.query.activeName);
|
let query = proxy.$route.query;
|
||||||
if (proxy.$route.query.activeName) {
|
if (query.activeName) {
|
||||||
activeName.value = proxy.$route.query.activeName;
|
activeName.value = query.activeName;
|
||||||
}
|
}
|
||||||
if (activeName.value === '0') {
|
if (activeName.value === '0') {
|
||||||
getList();
|
getList();
|
||||||
|
Reference in New Issue
Block a user