diff --git a/src/views/auditPages/unitManagement/index.vue b/src/views/auditPages/unitManagement/index.vue index 6177fdd..aad1889 100644 --- a/src/views/auditPages/unitManagement/index.vue +++ b/src/views/auditPages/unitManagement/index.vue @@ -565,6 +565,9 @@ 确定 + + 返回 + @@ -811,7 +814,8 @@ export default { }) }, cancel(){ - this.$router.go(-1); + // this.$router.go(-1); + this.$router.push({name:'Unit',params:this.$route.query.queryData}) }, }, beforeRouteEnter(to,from,next){ diff --git a/src/views/components/assetsType/index.vue b/src/views/components/assetsType/index.vue index c646ceb..1c64fab 100644 --- a/src/views/components/assetsType/index.vue +++ b/src/views/components/assetsType/index.vue @@ -2814,6 +2814,9 @@ 保存 + + 返回 + @@ -3280,7 +3283,8 @@ export default { }) }, sendBack(){ - this.$router.go(-1); + // this.$router.go(-1); + this.$router.push({name:'Assets',params: this.queryData}) }, }, // beforeRouteEnter(to,from,next){ diff --git a/src/views/components/assetsType/index_v1.vue b/src/views/components/assetsType/index_v1.vue index 2ee23ed..caee1c4 100644 --- a/src/views/components/assetsType/index_v1.vue +++ b/src/views/components/assetsType/index_v1.vue @@ -265,6 +265,9 @@ 保存 + + 返回 + @@ -361,7 +364,8 @@ export default { }) }, sendBack(){ - this.$router.go(-1); + // this.$router.go(-1); + this.$router.push({name:'Program',params: this.queryData}) }, }, } diff --git a/src/views/components/assetsType/index_v2.vue b/src/views/components/assetsType/index_v2.vue index 4e32b0f..436678e 100644 --- a/src/views/components/assetsType/index_v2.vue +++ b/src/views/components/assetsType/index_v2.vue @@ -392,6 +392,9 @@ 保存 + + 返回 + @@ -492,7 +495,8 @@ export default { }) }, sendBack(){ - this.$router.go(-1); + // this.$router.go(-1); + this.$router.push({name:'OfficialAccount',params: this.queryData}) }, }, } diff --git a/src/views/components/assetsType/index_v3.vue b/src/views/components/assetsType/index_v3.vue index dc66b85..8141751 100644 --- a/src/views/components/assetsType/index_v3.vue +++ b/src/views/components/assetsType/index_v3.vue @@ -205,6 +205,9 @@ 保存 + + 返回 + @@ -296,7 +299,8 @@ export default { }) }, sendBack(){ - this.$router.go(-1); + // this.$router.go(-1); + this.$router.push({name:'Email',params: this.queryData}) }, }, } diff --git a/src/views/components/assetsType/index_v4.vue b/src/views/components/assetsType/index_v4.vue index 0898b23..d68837e 100644 --- a/src/views/components/assetsType/index_v4.vue +++ b/src/views/components/assetsType/index_v4.vue @@ -181,6 +181,9 @@ 保存 + + 返回 + @@ -272,7 +275,8 @@ export default { }) }, sendBack(){ - this.$router.go(-1); + // this.$router.go(-1); + this.$router.push({name:'MobileApplication',params: this.queryData}) }, }, } diff --git a/src/views/components/myAssetsType/index.vue b/src/views/components/myAssetsType/index.vue index a373c61..15af4ca 100644 --- a/src/views/components/myAssetsType/index.vue +++ b/src/views/components/myAssetsType/index.vue @@ -2737,6 +2737,9 @@ 通过 + + 返回 + @@ -3378,7 +3381,8 @@ export default { }, // 取消按钮 sendBack(){ - this.$router.go(-1); + // this.$router.go(-1); + this.$router.push({name:this.name,params: this.queryData}) }, // 驳回按钮 btnReject(){ diff --git a/src/views/components/myAssetsType/index_v1.vue b/src/views/components/myAssetsType/index_v1.vue index 2d0d306..d07f255 100644 --- a/src/views/components/myAssetsType/index_v1.vue +++ b/src/views/components/myAssetsType/index_v1.vue @@ -267,6 +267,9 @@ 通过 + + 返回 + @@ -489,7 +492,8 @@ export default { }) }, sendBack(){ - this.$router.go(-1); + // this.$router.go(-1); + this.$router.push({name:this.name,params: this.queryData}) }, // 驳回按钮 btnReject(){ diff --git a/src/views/components/myAssetsType/index_v2.vue b/src/views/components/myAssetsType/index_v2.vue index 78857ae..c0b7b2c 100644 --- a/src/views/components/myAssetsType/index_v2.vue +++ b/src/views/components/myAssetsType/index_v2.vue @@ -419,6 +419,9 @@ 通过 + + 返回 + @@ -642,7 +645,8 @@ export default { }) }, sendBack(){ - this.$router.go(-1); + // this.$router.go(-1); + this.$router.push({name:this.name,params: this.queryData}) }, // 驳回按钮 btnReject(){ diff --git a/src/views/components/myAssetsType/index_v3.vue b/src/views/components/myAssetsType/index_v3.vue index fcdedc4..37efdd6 100644 --- a/src/views/components/myAssetsType/index_v3.vue +++ b/src/views/components/myAssetsType/index_v3.vue @@ -208,6 +208,9 @@ 通过 + + 返回 + @@ -406,7 +409,8 @@ export default { }) }, sendBack(){ - this.$router.go(-1); + // this.$router.go(-1); + this.$router.push({name:this.name,params: this.queryData}) }, // 驳回按钮 btnReject(){ diff --git a/src/views/components/myAssetsType/index_v4.vue b/src/views/components/myAssetsType/index_v4.vue index 9afd1f8..a2cb29f 100644 --- a/src/views/components/myAssetsType/index_v4.vue +++ b/src/views/components/myAssetsType/index_v4.vue @@ -184,6 +184,9 @@ 通过 + + 返回 + @@ -384,7 +387,8 @@ export default { }) }, sendBack(){ - this.$router.go(-1); + // this.$router.go(-1); + this.$router.push({name:this.name,params: this.queryData}) }, // 驳回按钮 btnReject(){