iView常用组件清空技巧

清空DatePicker(日期选择器)的方法:

this.$refs.element.handleClear()

清空TimePicker(时间选择器)的方法:

this.$refs.element.handleClear()

清空Select组件的方法:

this.$refs.element.clearSingleSelect()

清空Table组件的方法:

this.$refs.element.selectAll(flase)

清空input组件的方法:

    直接让绑定的变量等于空

原文:https://blog.csdn.net/weixin_41804384/article/details/80609240

    原文作者:lihefei_coder
    原文地址: https://blog.csdn.net/lihefei_coder/article/details/88187343
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞