Commit ac80cf24 by 李少勇

增加rcvsel跳转msgdtl

parent 8b9963cb
...@@ -157,6 +157,7 @@ ...@@ -157,6 +157,7 @@
<el-tab-pane label="发报查询" name="sb"> <el-tab-pane label="发报查询" name="sb">
<el-table :data="stmData.data" :columns="stmData.columns" v-loading="load" style="width: 100%" <el-table :data="stmData.data" :columns="stmData.columns" v-loading="load" style="width: 100%"
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
@row-dblclick="dbClickRow"
size="small" :border="true" height="calc(100vh - 480px)" :highlight-current-row="true"> size="small" :border="true" height="calc(100vh - 480px)" :highlight-current-row="true">
<el-table-column type="selection" width="55"> <el-table-column type="selection" width="55">
</el-table-column> </el-table-column>
...@@ -320,7 +321,16 @@ export default { ...@@ -320,7 +321,16 @@ export default {
deep: true deep: true
} }
}, },
methods: {}, methods: {
dbClickRow() {
this.routerPush({
path: '/business/msgdtl',
query: {
}
})
}
},
mounted: function () { mounted: function () {
}, },
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment