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