|
@@ -1163,13 +1163,13 @@ export default {
|
|
|
let ajuri2 = this.testJson.juri2.split (',');
|
|
|
let ajurip = this.testJson.juriP.split (',');
|
|
|
let JData = ajuri2.reverse()
|
|
|
- this.TeachingOptions = JData.map((key, index) => ({
|
|
|
- id : key,
|
|
|
- name: ajurip[index]
|
|
|
- }));
|
|
|
- }else{
|
|
|
- this.getClass2()
|
|
|
+ // this.TeachingOptions = JData.map((key, index) => ({
|
|
|
+ // id : key,
|
|
|
+ // name: ajurip[index]
|
|
|
+ // }));
|
|
|
}
|
|
|
+ this.getClass2()
|
|
|
+
|
|
|
// console.log('dddd',this.TeachingOptions);
|
|
|
|
|
|
this.works = res.data[1]
|