From ea37eeb9e734aef6190f992b85a0c26667b1b8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=8E=89=E5=BC=BA?= <875626088@qq.com> Date: Thu, 19 Oct 2023 13:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/views/organization/shop_detail.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 52b2eb3..979e2b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-admin", "private": true, - "version": "1.2.36", + "version": "1.2.37", "type": "module", "scripts": { "dev": "vite", diff --git a/src/views/organization/shop_detail.vue b/src/views/organization/shop_detail.vue index 3e1cf50..ff24b75 100644 --- a/src/views/organization/shop_detail.vue +++ b/src/views/organization/shop_detail.vue @@ -170,7 +170,7 @@ async function merchBaseInfoAjax() { async function merchLicenseAjax() { try { const res = await merchLicense(route.query.id) - if (res.license.id) { + if (res.license.principalperson) { navs.push( { type: 3,