From 862824c89ad4e1262398185992648c6f8c94bb5e Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 17 Aug 2022 14:46:27 +0800 Subject: [PATCH] BUG 30894 --- src/apps/AppHelpEffect/addLog.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppHelpEffect/addLog.vue b/src/apps/AppHelpEffect/addLog.vue index 40e6d4ad..7b5900d6 100644 --- a/src/apps/AppHelpEffect/addLog.vue +++ b/src/apps/AppHelpEffect/addLog.vue @@ -106,8 +106,8 @@ export default { } } this.flag = true - const {form, type} = this - this.$http.post('/app/apppreventionreturntopovertylog/addOrUpdate', {...form, type}).then(res => { + const {form, type, pid} = this + this.$http.post('/app/apppreventionreturntopovertylog/addOrUpdate', {...form, type, pid}).then(res => { if (res.code == 0) { this.$u.toast('提亀成功') uni.$emit('reload')