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