|
@@ -1268,6 +1268,21 @@ export default {
|
|
|
.then(async (res) => {
|
|
|
this.testJson = res.data[0][0]
|
|
|
console.log('this.testJson',JSON.parse(JSON.stringify(this.testJson)));
|
|
|
+
|
|
|
+ let a = ''
|
|
|
+ if(this.testJson.juriP){
|
|
|
+ a = this.testJson.juriP
|
|
|
+ }
|
|
|
+ if(this.testJson.juriP2){
|
|
|
+ if(a){
|
|
|
+ a = this.testJson.juriP+','+this.testJson.juriP2
|
|
|
+ }else {
|
|
|
+ a = this.testJson.juriP2
|
|
|
+ }
|
|
|
+ }
|
|
|
+ this.testJson.juriP = a
|
|
|
+
|
|
|
+
|
|
|
if (this.testJson.juriP) {
|
|
|
let ajuri2 = this.testJson.juri2.split (',');
|
|
|
this.TeachingOptions = ajuri2.map((key, index) => ({
|