Bootstrap

elementUI之el-select选择器赋值为空后无法选中回显

elementUI之el-select选择器赋值为空后无法选中回显

问题原因:
    焦点问题

解决办法:

 this.$set(this.form, 'monthlyRent', '');
;