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