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