Browse Source

选举列表

dev
沈明 1 year ago
parent
commit
998628dc24
  1. 8
      src/pages/votingElection/index.vue

8
src/pages/votingElection/index.vue

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

Loading…
Cancel
Save