|
@@ -9,7 +9,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="two">
|
|
|
<el-col :span="24" class="two1">
|
|
|
- <el-button type="primary" size="mini" @click="$router.push({ path: '/hallList/index' })">返回</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="back()">返回</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="two2">
|
|
|
<el-col :span="24" class="title">
|
|
@@ -125,6 +125,10 @@ export default {
|
|
|
this.show(data[0], '0');
|
|
|
}
|
|
|
},
|
|
|
+ // 返回
|
|
|
+ back() {
|
|
|
+ this.$router.go(-1);
|
|
|
+ },
|
|
|
},
|
|
|
computed: {
|
|
|
...mapState(['user']),
|