From 4db091ef1e7911cd5f20724d0bb8509bb625d20f Mon Sep 17 00:00:00 2001 From: likexuan Date: Tue, 26 Apr 2022 09:38:33 +0800 Subject: [PATCH] =?UTF-8?q?=20NEZ-1833=20perf=20:=20asset=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=20Type=20&=20mode?= =?UTF-8?q?l=20=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/rightBox/asset/assetBox.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue b/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue index c7908126a..43ddb7a2c 100644 --- a/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue +++ b/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue @@ -554,10 +554,7 @@ export default { methods: { judgeType () { if (!this.editAsset.type.name) { - this.$message({ - type: 'error', - message: '请先选择Type值' - }) + this.$message.error(this.$t('asset.assetBox.message.type')) return false } else { this.judgeTypes = false