This commit is contained in:
parent
5eabeaa062
commit
883899b190
|
@ -328,6 +328,10 @@ export default {
|
|||
},
|
||||
//保存数据
|
||||
async SaveUserAnswer() {
|
||||
if (!this.user_id) {
|
||||
this.$message.error("操作失败");
|
||||
return;
|
||||
}
|
||||
let { data } = await SaveUserAnswer({
|
||||
mark: "YDPZYM_wgwh",
|
||||
user_id: `${this.user_id}`,
|
||||
|
|
Loading…
Reference in New Issue