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')