1111
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user