|
@@ -28,7 +28,7 @@
|
|
|
</div>
|
|
|
<!-- <edit v-if="tool.checkAuth($route.name,'update')" :basicInfo="siteinfo" v-on="$listeners"></edit>-->
|
|
|
<el-button :disabled="!tool.checkAuth($route.name,'update')" icon="el-icon-edit" size="small" type="primary" style="width:120px;height: 30px"
|
|
|
- @click="$store.dispatch('changeDetailDrawer',true),$router.push({path:'/enterpriseDetail',query:{basicInfo:siteinfo}})">编 辑</el-button>
|
|
|
+ @click="$store.dispatch('changeDetailDrawer',true),$router.push({path:'/enterpriseDetail',query:{basicInfo:siteinfo}})" >编 辑</el-button>
|
|
|
<!--抽屉面板-->
|
|
|
<el-drawer
|
|
|
title="我是标题"
|
|
@@ -77,7 +77,13 @@ export default {
|
|
|
/* this.$router.push('/security_config')
|
|
|
this.$store.dispatch('DrawerShowChange',false)*/
|
|
|
this.drawer = false
|
|
|
+ console.log("企业信息输出")
|
|
|
+ this.enterpriseData()
|
|
|
},
|
|
|
+ onSuccess(){
|
|
|
+ console.log("执行")
|
|
|
+ this.enterpriseData()
|
|
|
+ }
|
|
|
},
|
|
|
mounted () {
|
|
|
this.enterpriseData()
|