5***@qq.com
5***@qq.com
  • 发布:2024-09-27 08:51
  • 更新:2024-09-27 08:51
  • 阅读:123

#插件讨论# 【 uni-data-select 下拉框选择器 - DCloud前端团队 】刷新页面后会默认显示上一次的筛选

分类:uni-app

比如筛选里有a,b,c三个项,我选项了a后,刷新页面后上一次的筛选居然没被清除,仍然显示选中了a。即使在onLoad里将cid重置也没有用

<uni-data-select class="data-select"  
    collection="opendb-mall-categories"  
    field="_id as value, name as text"  
    placeholder="分类筛选"  
    v-model="cid"  
    clear  
    @change="selectChange"  
></uni-data-select>  
2024-09-27 08:51 负责人:DCloud_UNI_yuhe 分享
已邀请:

要回复问题请先登录注册