This commit is contained in:
wanglei
2021-12-06 11:19:53 +08:00
parent 1608449e86
commit a18528bc8b
2 changed files with 1 additions and 1 deletions

View File

@@ -47,6 +47,7 @@
},
change(val) {
this.current = val;
this.list = [];
this.getList();
}
},