This commit is contained in:
lll 2023-11-11 10:17:48 +08:00
parent 5eabeaa062
commit 883899b190
1 changed files with 4 additions and 0 deletions

View File

@ -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}`,