新增,处理结果

This commit is contained in:
shijingjing
2022-05-19 15:41:49 +08:00
parent da2644738a
commit c3ce556dc4
8 changed files with 440 additions and 101 deletions

View File

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