feat:合并

This commit is contained in:
lixg
2022-12-11 21:00:30 +08:00
2 changed files with 8 additions and 7 deletions

View File

@@ -165,7 +165,7 @@ import { useRoute } from "vue-router/dist/vue-router";
const {
query: { ballotId = 3 },
} = useRoute();
const { data: dataInfo } = useRequest(VOTE_DETAIL2, { ballotId: ballotId });
const { data: dataInfo } = useRequest(VOTE_DETAIL2, { ballotId });
console.log("dataInfo", dataInfo);
const handleClick = (tab, event) => {
console.log(tab, event);