From 316d9a7383cffa8488a984de59a187ee208aee88 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Wed, 19 Jun 2024 14:22:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=85=B1=E5=88=9B?= =?UTF-8?q?=E8=82=A1=E4=B8=9C=E7=AD=89=E7=BA=A7=E4=BF=A1=E6=81=AF=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E6=9F=A5=E8=AF=A2=E9=94=99=E8=AF=AF=EF=BC=8C=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=95=86=E6=88=B7=E7=9A=84=E5=85=B1=E5=88=9B=E8=82=A1=E4=B8=9C?= =?UTF-8?q?=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/admin/business/shareholder/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/admin/business/shareholder/index.vue b/pages/admin/business/shareholder/index.vue index 91cd3bf..7d49f9e 100644 --- a/pages/admin/business/shareholder/index.vue +++ b/pages/admin/business/shareholder/index.vue @@ -173,7 +173,7 @@ export default { merShareholderMerInfo(_this.shopMerId).then(res => { let data = res.data || {}; _this.mer_info = data; - _this.merchant_type = data.merchant_type || ''; + _this.merchant_type = data.merchant_type; _this.getLevelList(); }) },