|
@@ -135,7 +135,7 @@ export default {
|
|
}
|
|
}
|
|
obj.answer = arr;
|
|
obj.answer = arr;
|
|
const res = await this.create(obj);
|
|
const res = await this.create(obj);
|
|
- if (this.$checkRes(res, '申请成功', res.errmsg || '申请失败')) {
|
|
|
|
|
|
+ if (this.$checkRes(res, '答卷成功', res.errmsg || '答卷失败')) {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
setFields() {
|
|
setFields() {
|