|
@@ -62,7 +62,7 @@
|
|
|
{{ item.name }}
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="btn">
|
|
|
- <el-button type="primary" size="mini">对接</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="expertxmdjBtn(item)">对接</el-button>
|
|
|
</el-col>
|
|
|
</div>
|
|
|
</el-col>
|
|
@@ -156,6 +156,9 @@ export default {
|
|
|
this.$set(this, `total`, res.total);
|
|
|
}
|
|
|
},
|
|
|
+ expertxmdjBtn(data) {
|
|
|
+ this.$router.push({ path: '/halltwo/xmdj', query: { dock_id: this.dock_id, id: data._id, type: '3' } });
|
|
|
+ },
|
|
|
},
|
|
|
computed: {
|
|
|
...mapState(['user']),
|