BUG 30894

This commit is contained in:
aixianling
2022-08-17 14:46:27 +08:00
parent b912c9310e
commit 862824c89a

View File

@@ -106,8 +106,8 @@ export default {
} }
} }
this.flag = true this.flag = true
const {form, type} = this const {form, type, pid} = this
this.$http.post('/app/apppreventionreturntopovertylog/addOrUpdate', {...form, type}).then(res => { this.$http.post('/app/apppreventionreturntopovertylog/addOrUpdate', {...form, type, pid}).then(res => {
if (res.code == 0) { if (res.code == 0) {
this.$u.toast('提交成功') this.$u.toast('提交成功')
uni.$emit('reload') uni.$emit('reload')