Update Select.vue
增加单选下拉的值为 null 时,不清空框内文字的情况
This commit is contained in:
parent
b6b0e9e7cc
commit
922145732f
1 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,8 @@
|
|||
if (!this.model.length) {
|
||||
status = true;
|
||||
}
|
||||
} else if( this.model === null){
|
||||
status = true;
|
||||
}
|
||||
|
||||
return status;
|
||||
|
|
Loading…
Add table
Reference in a new issue