From 413d779486a2f7671ff78b7b78d401c943ac7aeb Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 30 May 2022 14:46:56 +0800 Subject: [PATCH] bug --- src/saas/AppCountryAlbum/Watermark.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 },