From bc0b5ba109578f5e959713af9e38db0ca8f3c47e Mon Sep 17 00:00:00 2001 From: dy-hu Date: Thu, 6 Jun 2024 10:24:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=95=86=E5=AE=B6=E7=AB=AF?= =?UTF-8?q?=E7=B4=A0=E6=9D=90=E6=96=B0=E5=A2=9E=E5=88=97=E8=A1=A8=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E5=88=B7=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/material/fileUpload.vue | 2 +- src/views/shop/material/index.vue | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/shop/material/fileUpload.vue b/src/views/shop/material/fileUpload.vue index f6d279f..9e789b5 100644 --- a/src/views/shop/material/fileUpload.vue +++ b/src/views/shop/material/fileUpload.vue @@ -19,7 +19,7 @@ :on-remove="handleRemove" class="upload-demo" > - $t('material.upload') + {{$t('material.upload')}} diff --git a/src/views/shop/material/index.vue b/src/views/shop/material/index.vue index 670c48e..b43ec4f 100644 --- a/src/views/shop/material/index.vue +++ b/src/views/shop/material/index.vue @@ -193,7 +193,7 @@ export default { id: 0 }, currentIndexs: '',//更新弹框选择的标签序号 - + lableList: [], tipsImgLsit: [], currentLabelIndex: 0, @@ -480,6 +480,11 @@ export default { vm.$message.success(vm.$t('common.addsuccessful')) vm.disabled = false vm.isVisible = false + vm.getAllTips() + vm.getTips(vm.currentIndex, { + labelName: vm.params.tagId.tipsName, + labelId: vm.params.tagId.labelId + }) } }) }