-

+
不通过原因
@@ -123,8 +123,8 @@ export default {
maxPrice:'',
desc:'',
},
- ortherReason:'',
radio: 0,
+ ortherReason:'',
type:'',
id:'',
queryType:'',
@@ -150,6 +150,12 @@ export default {
this.auditRemark=res.data?.auditRemark
this.status=res.data?.status?.code
}
+ if(this.$route.params.form){
+ this.form={...this.$route.params.form}
+ }
+ if(this.$route.params.radio){
+ this.radio=this.$route.params.radio
+ }
},
methods:{
viewPrivacy(){
@@ -166,7 +172,7 @@ export default {
// url = 'http://localhost:8080'
}
let urls=url + '/h5/supplier/dispatch/res/privacy.html'
- this.$router.push({ name: "privacyComponent", query: {url:urls}})
+ this.$router.push({ name: "privacyComponent", query: {url:urls,type:2},params: { form: this.form,radio:this.radio } })
},
closeParentDialog() {
if (window.parent) {