新增,处理结果
This commit is contained in:
@@ -160,7 +160,11 @@ export default {
|
||||
this.flag = true
|
||||
this.$http.post('/app/apphelpdeclarationinfo/addByEw',{...this.form}).then((res) => {
|
||||
if(res.code ==0) {
|
||||
uni.navigateTo({url: './result'})
|
||||
this.$u.toast('提交成功')
|
||||
uni.$emit('update')
|
||||
setTimeout(() => {
|
||||
uni.navigateBack()
|
||||
},600)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user