|
@@ -272,9 +272,9 @@ export default {
|
|
this.checkJson2 = this.checkJson;
|
|
this.checkJson2 = this.checkJson;
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- askJSON(val) {
|
|
|
|
- this.askJSONC = this.askJSON ? JSON.parse(this.askJSON)[0] : {};
|
|
|
|
- },
|
|
|
|
|
|
+ // askJSON(val) {
|
|
|
|
+ // this.askJSONC = this.askJSON ? JSON.parse(this.askJSON)[0] : {};
|
|
|
|
+ // },
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
// this.askJSONC = this.askJSON ? JSON.parse(this.askJSON)[0] : {};
|
|
// this.askJSONC = this.askJSON ? JSON.parse(this.askJSON)[0] : {};
|