|
|
|
@ -1,5 +1,5 @@ |
|
|
|
<script setup lang="ts"> |
|
|
|
import { getCategoryData } from '../../api/votingElection' |
|
|
|
import { getCategoryData } from '../../api/votingElection' |
|
|
|
|
|
|
|
const doSearch = (_formData: { page: number; limit: number }, onSuccess: Function) => { |
|
|
|
// const submitData = { ...formData } |
|
|
|
@ -84,10 +84,10 @@ const selectBut = (data: any, cardid: any, type: string, butname: string) => { |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
onShow(()=> { |
|
|
|
getCategoryData().then((res)=> { |
|
|
|
console.log(res,55555555555) |
|
|
|
}) |
|
|
|
onShow(() => { |
|
|
|
getCategoryData().then((res) => { |
|
|
|
console.log(res, 55555555555) |
|
|
|
}) |
|
|
|
}) |
|
|
|
</script> |
|
|
|
|
|
|
|
|