|
|
@@ -230,13 +230,13 @@ export default {
|
|
|
this.collectionId = 0;
|
|
|
this.searchVal = e.detail;
|
|
|
this.search = e.detail;
|
|
|
- this.getData2();
|
|
|
+ this.getData();
|
|
|
},
|
|
|
change(e) {
|
|
|
this.collectionId = 0;
|
|
|
this.searchVal = e.detail;
|
|
|
this.search = e.detail;
|
|
|
- this.getData2();
|
|
|
+ this.getData();
|
|
|
},
|
|
|
showSeries(type = 'series') {
|
|
|
if (type === 'series') {
|
|
|
@@ -260,7 +260,7 @@ export default {
|
|
|
this.searchVal = this.selectName;
|
|
|
}
|
|
|
|
|
|
- this.getData2();
|
|
|
+ this.getData();
|
|
|
},
|
|
|
loginMethods() {
|
|
|
this.getSeries().then(() => {
|