|
@@ -98,6 +98,9 @@ export default {
|
|
|
open(data) {
|
|
open(data) {
|
|
|
this.data = JSON.parse(JSON.stringify(data));
|
|
this.data = JSON.parse(JSON.stringify(data));
|
|
|
this.classList = this.data.classList;
|
|
this.classList = this.data.classList;
|
|
|
|
|
+ if(this.classList.length>0){
|
|
|
|
|
+ this.selectId = this.classList[0].id;
|
|
|
|
|
+ }
|
|
|
this.loading = false;
|
|
this.loading = false;
|
|
|
this.show = true;
|
|
this.show = true;
|
|
|
},
|
|
},
|