小程序打卡数据

This commit is contained in:
lSun 2024-12-09 16:49:25 +08:00
parent 5eed658470
commit cb4255e869
1 changed files with 1 additions and 0 deletions

View File

@ -578,6 +578,7 @@
}
await getUserById(param).then(response => {
this.form = response.data[0];
this.form.examineOpinion = "";
this.opens = true;
this.title = "审核";
})