From 91ed6c6ef49f6f0258f51650d3f61efa2275581d Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Wed, 21 Feb 2024 09:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=9A=E9=81=93=E8=BF=9B?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/views/organization/components/aisleInfo.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 67c6334..e9cd5cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-admin", "private": true, - "version": "1.3.5", + "version": "1.3.6", "type": "module", "scripts": { "dev": "vite", diff --git a/src/views/organization/components/aisleInfo.vue b/src/views/organization/components/aisleInfo.vue index be8f3a3..8893e1c 100644 --- a/src/views/organization/components/aisleInfo.vue +++ b/src/views/organization/components/aisleInfo.vue @@ -26,11 +26,11 @@ - - @@ -105,8 +105,8 @@ async function submitHandle(state, index) { errMsg: form.value[index].remake || '', userId: route.query.id, channelId: form.value[index].channel || '', - wxLiteAppld: form.value[index].wxLiteAppld, - wxPubAppld: form.value[index].wxPubAppld, + wxLiteAppId: form.value[index].wxLiteAppId, + wxPubAppId: form.value[index].wxPubAppId, wxPubPath: form.value[index].wxPubPath }) loading.value = false