当前位置: 代码迷 >> 综合 >> VUE + ElementUI el-date-picker选中日期没反应
  详细解决方案

VUE + ElementUI el-date-picker选中日期没反应

热度:26   发布时间:2023-09-27 10:31:35.0

情况①:

 检查format的格式大小写

情况② 

添加代码: 

@input="$forceUpdate()"

例: 

<el-date-pickerv-model="value"type="date"value-format="yyyy-MM-dd"@change="getList"@input="$forceUpdate()"placeholder="选择日期">
</el-date-picker>

  相关解决方案