Commit 9e579d95 by lp784568205

修改组件跳转逻辑

parent 61fe7c98
......@@ -652,17 +652,10 @@
rowClick(row, column, event) {
var self = this
var cbtype = ''
if(self.pageBs == 'bshcb') {
cbtype = 'bshcb'
}else if(self.pageBs == 'dnabzcbxs') {
cbtype = 'dnabzcbxs'
}
this.$router.pushToTab({
path: 'rgcbDetail',
query: {
xszajbh: row.xszajbh,
type: cbtype,
xszajbh: row.xszajbh
}
})
// self.showLoading()
......
......@@ -643,6 +643,8 @@
rowClick(row, column, event) {
var self = this
let pageBs = self.pageBs
this.$router.pushToTab({
path: 'rgcbDetail',
query: {
......@@ -650,7 +652,8 @@
djsj: row.djsj,
bshlx: row.bshlx,
cbxgfwbzh: row.cbxgfwbzh,
cbxsypCbajs: row.cbxsypCbajs
cbxsypCbajs: row.cbxsypCbajs,
type: pageBs,
}
})
// self.showLoading()
......
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