Skip to content

Commit

Permalink
fix: delete :any
Browse files Browse the repository at this point in the history
  • Loading branch information
wushengzhu committed Nov 24, 2023
1 parent c73b8f6 commit c531698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CustomTool/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import { ref } from 'vue'
const tempT = ref<any>(tools)
const searchValue = ref('')
const selected = ref('total')
const onChange = (ev:any: any) => {
const onChange = (ev: any) => {
selected.value = ev
if (ev === 'total') {
tempT.value = tools
Expand Down

0 comments on commit c531698

Please sign in to comment.