[update] 修改bug81733

This commit is contained in:
lideqin
2024-02-04 09:21:21 +08:00
parent 0fd066154e
commit 91cdfe2947
4 changed files with 8 additions and 0 deletions
@@ -611,6 +611,8 @@ export default {
this.loading = false
}
})
} else {
this.switchValue = 'base'
}
})
},
@@ -495,6 +495,8 @@ export default {
this.loading = false
}
})
} else {
this.switchValue = 'base'
}
})
},
@@ -1015,6 +1015,8 @@ export default {
this.loading = false
}
})
} else {
this.switchValue = 'base'
}
})
})
@@ -511,6 +511,8 @@ export default {
this.loading = false
}
})
} else {
this.switchValue = 'base'
}
})
},