This commit is contained in:
caolc
2023-03-28 16:08:03 +08:00
parent 63bb475012
commit 33fbefdc14
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ export default {
}
},
created() {
this.seleFn(this.seleIndex)
this.seleFn(this.seleIndex);
},
methods: {
seleFn(index) {