From b2d360d9113b6955287108ca9e90d76a1f3c1419 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期日, 29 九月 2024 15:05:11 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia --- admin/src/components/business/OperaShopImportWindow.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/admin/src/components/business/OperaShopImportWindow.vue b/admin/src/components/business/OperaShopImportWindow.vue index 99c7ca4..b9d34b2 100644 --- a/admin/src/components/business/OperaShopImportWindow.vue +++ b/admin/src/components/business/OperaShopImportWindow.vue @@ -62,7 +62,7 @@ data.append('companyType', this.companyType) importExcel(data) .then(res => { - this.$message.success('瀵煎叆鎴愬姛') + this.$tip.apiSuccess('鍙戣捣鎵归噺涓婁紶浠诲姟鎴愬姛锛岃绋嶅悗鍒锋柊椤甸潰鏌ョ湅') this.$emit('success') this.visible = false }) -- Gitblit v1.9.3