|
@@ -176,6 +176,8 @@ export default {
|
|
|
this.$emit('onSuccess')
|
|
|
this.$refs['form'].resetFields();
|
|
|
this.dialogFormVisible = false
|
|
|
+ this.$store.dispatch('changeDetailDrawer',false)
|
|
|
+ /*this.dispatch('changeDetailDrawer',true)*/
|
|
|
this.$router.replace({path:'/PublicCustomerDetail',query:{id:res.data.sa_customersid}})
|
|
|
})
|
|
|
})
|