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/OperaFcodeImportWindow.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/admin/src/components/business/OperaFcodeImportWindow.vue b/admin/src/components/business/OperaFcodeImportWindow.vue index 2bd3438..c36ed02 100644 --- a/admin/src/components/business/OperaFcodeImportWindow.vue +++ b/admin/src/components/business/OperaFcodeImportWindow.vue @@ -62,7 +62,8 @@ data.append('companyType', this.companyType) importFcodeBatch(data) .then(res => { - this.$message.success('瀵煎叆鎴愬姛') + + this.$tip.apiSuccess('鍙戣捣鎵归噺涓婁紶浠诲姟鎴愬姛锛岃绋嶅悗鍒锋柊椤甸潰鏌ョ湅') this.$emit('success') this.visible = false }) -- Gitblit v1.9.3