|
@@ -57,7 +57,9 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
handleClose() {
|
|
|
- window.history.go(-1)
|
|
|
+ this.$router.push({
|
|
|
+ path:"pages/subPages/pages/commitment/home/index"
|
|
|
+ })
|
|
|
},
|
|
|
handleDownPdf() {
|
|
|
if(!this.templateJson.attmentId){
|
|
@@ -94,11 +96,12 @@ export default {
|
|
|
...this.batchCheckForm
|
|
|
})
|
|
|
})
|
|
|
- editVerifyTask(result).then(res => {
|
|
|
+ (result).then( async res => {
|
|
|
if (res.code === 0) {
|
|
|
this.$toast('核查成功')
|
|
|
this.actionSheetShow = false
|
|
|
- this.$store.dispatch('template/getPromiseDetail', this.$route.query.uuid)
|
|
|
+ await this.$store.dispatch('template/getPromiseDetail', this.$route.query.uuid)
|
|
|
+ window.location.reload()
|
|
|
}
|
|
|
})
|
|
|
}
|