Revert "CRM_26-01-22#story#7966,关于在打通系统中责任险信息关联的需求"
This reverts commit d18fec1ddc.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
:border="false"
|
||||
:fixed="true"
|
||||
:safe-area-inset-top="true"
|
||||
@click-left="back"
|
||||
@click-left="h5GoBack"
|
||||
/>
|
||||
</div>
|
||||
<div class="addContentWrap">
|
||||
@@ -244,14 +244,6 @@ export default {
|
||||
}
|
||||
},
|
||||
methods:{
|
||||
back() {
|
||||
this.$router.push({
|
||||
name:'vehicleAdd',
|
||||
params:{
|
||||
id: this.id
|
||||
}
|
||||
})
|
||||
},
|
||||
async getPermissions(){
|
||||
let res = await userOperationPermissions();
|
||||
this.permissonList = res.data
|
||||
@@ -358,8 +350,7 @@ export default {
|
||||
this.$toast('添加成功')
|
||||
}
|
||||
setTimeout(()=>{
|
||||
// this.$router.back();
|
||||
this.back()
|
||||
this.$router.back();
|
||||
},2000)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user