fixed #1743 and close #1762

This commit is contained in:
梁灏 2017-09-01 15:44:33 +08:00
parent 36d58d07ca
commit 6031495906
2 changed files with 51 additions and 40 deletions

View file

@ -639,6 +639,8 @@
label: this.currentLabel[index]
};
});
} else if (this.multiple && !this.model.length) {
this.selectedMultiple = [];
}
}
}