From 6b0bf23fee18857d35c3ed9b9f5b298bdfa2037a Mon Sep 17 00:00:00 2001 From: John Date: Tue, 23 Apr 2024 00:30:32 +0800 Subject: [PATCH] 1111 --- .../add-or-update-user-picture-dialog.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/xq/userPicturesManager/add-or-update-user-picture-dialog.vue b/src/views/xq/userPicturesManager/add-or-update-user-picture-dialog.vue index a111197..3fb4939 100644 --- a/src/views/xq/userPicturesManager/add-or-update-user-picture-dialog.vue +++ b/src/views/xq/userPicturesManager/add-or-update-user-picture-dialog.vue @@ -98,10 +98,10 @@ export default { } }) this.buttonLoading = true; - batchUpdateUserPictures({ - userId: this.info.userId, + batchUpdateUserPictures( + this.info.userId, userPictures - }).then(data => { + ).then(data => { this.$modal.msgSuccess("保存图片成功"); this.buttonLoading = false; this.open = false