删掉getlist

This commit is contained in:
闫晓茹 2022-11-29 14:59:31 +08:00
parent 75026d1c1c
commit 3ba42e87ec
2 changed files with 0 additions and 2 deletions

View File

@ -662,7 +662,6 @@ export default {
},
created() {
this.baseurl = baseurl;
this.getList();
this.info();
this.infos();
},

View File

@ -618,7 +618,6 @@ export default {
},
created() {
this.baseurl = baseurl;
this.getList();
this.info();
this.infos();
},