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