This commit is contained in:
xing 2020-06-28 18:19:13 +08:00
parent 23ea410a90
commit 34b3d8e1d4

View File

@ -246,6 +246,12 @@ export default {
this.params()
},
handleChange () {
if (this.selectKey.length < 3) {
// this.data = []
this.only = []
this.many = []
return
}
this.params()
},
async params () {