完善
This commit is contained in:
parent
23ea410a90
commit
34b3d8e1d4
|
@ -246,6 +246,12 @@ export default {
|
||||||
this.params()
|
this.params()
|
||||||
},
|
},
|
||||||
handleChange () {
|
handleChange () {
|
||||||
|
if (this.selectKey.length < 3) {
|
||||||
|
// this.data = []
|
||||||
|
this.only = []
|
||||||
|
this.many = []
|
||||||
|
return
|
||||||
|
}
|
||||||
this.params()
|
this.params()
|
||||||
},
|
},
|
||||||
async params () {
|
async params () {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user