|
@@ -35,9 +35,7 @@ export default {
|
|
|
question: [],
|
|
|
},
|
|
|
form: {
|
|
|
- checkList: [],
|
|
|
- // radio: '',
|
|
|
- // answer: '',
|
|
|
+ opname: [],
|
|
|
},
|
|
|
}),
|
|
|
created() {
|
|
@@ -53,6 +51,7 @@ export default {
|
|
|
async searchInfo({ ...info } = {}) {
|
|
|
const result = await this.fetch(this.id);
|
|
|
this.$set(this, `info`, result.data);
|
|
|
+ console.log(result.data);
|
|
|
},
|
|
|
submit(form) {
|
|
|
console.log(form);
|