Skip to content

Commit

Permalink
fix: Modify the platform protocol cursor disappears
Browse files Browse the repository at this point in the history
  • Loading branch information
feng626 committed Nov 8, 2024
1 parent c22981e commit f739da2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Form/FormFields/ProtocolSelector/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,8 @@ export default {
watch: {
choices: {
handler(value, oldValue) {
this.loading = true
setTimeout(() => {
this.setDefaultItems(value)
this.loading = false
},)
},
deep: true,
Expand Down

0 comments on commit f739da2

Please sign in to comment.