เพิ่มตัวแปรลง store เพิ่มเงื่อนไข

This commit is contained in:
AnandaTon 2023-10-06 15:21:23 +07:00
parent a4747e1f89
commit 07dad32620
2 changed files with 7 additions and 8 deletions

View file

@ -539,6 +539,7 @@ const fetchImgData = async () => {
.then((res) => {
const data = res.data.result
img.value = data
defaultInformation.value.profileImg = data
})
.catch((e) => {
// messageError($q, e)