写错了

This commit is contained in:
shijingjing
2023-03-02 10:35:42 +08:00
parent 9b17b6d853
commit 81c6619b04
2 changed files with 5 additions and 7 deletions

View File

@@ -539,7 +539,7 @@ export default {
if(typeof res.result == 'string') {
res.result = JSON.parse(res.result)
}
this.form.examines = res.result.userList
this.form.examines = res.userList
}
}).catch((err) => {
this.$u.toast(err)