BUG 30834

This commit is contained in:
aixianling
2022-08-17 09:12:56 +08:00
parent c0ae122cb3
commit 928b04c9a3

View File

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