BUG 30834
This commit is contained in:
@@ -106,7 +106,8 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.flag = true
|
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) {
|
if (res.code == 0) {
|
||||||
this.$u.toast('提交成功')
|
this.$u.toast('提交成功')
|
||||||
uni.$emit('reload')
|
uni.$emit('reload')
|
||||||
|
|||||||
Reference in New Issue
Block a user