修正ts类型
This commit is contained in:
@@ -401,7 +401,7 @@ const handleSelectionChange = (selection: any) => {
|
||||
const getPageList = async () => {
|
||||
const query = proxy.$route.query;
|
||||
if (query.activeName) {
|
||||
activeName.value = query.activeName;
|
||||
activeName.value = query.activeName as string;
|
||||
proxy.$route.query.activeName = '';
|
||||
}
|
||||
if (activeName.value === '0') {
|
||||
|
||||
Reference in New Issue
Block a user