diff --git a/src/saas/AppCountryAlbum/Watermark.vue b/src/saas/AppCountryAlbum/Watermark.vue index f355587e..1da2ba56 100644 --- a/src/saas/AppCountryAlbum/Watermark.vue +++ b/src/saas/AppCountryAlbum/Watermark.vue @@ -315,8 +315,8 @@ }, onConfirm () { - this.albumId = this.albumList[this.currIndex].value - this.albumName = this.albumList[this.currIndex].label + this.albumId = this.albumList[this.albumIndex].value + this.albumName = this.albumList[this.albumIndex].label this.isShowAlbum = false },