修复多选后切换列表后不会清空多选内容的问题

pull/930/merge
lyswhut 2022-06-04 12:43:15 +08:00
parent 19dccffdde
commit 85e4c7555a
2 changed files with 2 additions and 1 deletions

View File

@ -5,3 +5,4 @@
### 修复 ### 修复
- 修复若配置了`http_proxy`环境变量时,会意外使用此代理配置的问题 - 修复若配置了`http_proxy`环境变量时,会意外使用此代理配置的问题
- 修复多选后切换列表后不会清空多选内容的问题

View File

@ -94,7 +94,7 @@ export default ({ list, setting }) => {
} }
} }
watch(() => list, removeAllSelect) watch(list, removeAllSelect)
return { return {
selectedList, selectedList,