|
@@ -92,6 +92,7 @@
|
|
|
this.pageInfo.status = data.status
|
|
|
this.pageInfo.id = data.id
|
|
|
this.pageInfo.userId = data.userId
|
|
|
+ this.pageInfo.from = data.from
|
|
|
this.getJianliInfo()
|
|
|
},
|
|
|
methods: {
|
|
@@ -135,9 +136,16 @@
|
|
|
})
|
|
|
},
|
|
|
goUpPage() {
|
|
|
- uni.redirectTo({
|
|
|
- url: "/pages/admin/ShouYe/shouye"
|
|
|
- })
|
|
|
+ if(this.pageInfo.from =='banzheng'){
|
|
|
+ uni.redirectTo({
|
|
|
+ url: "/pages/admin/banzheng/list"
|
|
|
+ })
|
|
|
+ }else{
|
|
|
+ uni.redirectTo({
|
|
|
+ url: "/pages/admin/Jiazheng/index"
|
|
|
+ })
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
|
|
|
}
|