|
|
@@ -31,11 +31,15 @@ export default {
|
|
|
methods:{
|
|
|
onShow () {
|
|
|
this.drawer = true
|
|
|
-
|
|
|
+ console.log(this.data,'输出data销售漏斗')
|
|
|
+ console.log(this.data[this.idName],'输出id33333')
|
|
|
let query = {id:this.data[this.idName],rowindex:this.data.rowindex,listqueryid:this.listqueryid}
|
|
|
|
|
|
console.log(query,'query数据222')
|
|
|
+
|
|
|
this.$router.push({path:this.detailPath.path,query:Object.assign({},query,this.detailPath.param)})
|
|
|
+
|
|
|
+
|
|
|
// this.$router.push({path:'/funnelProjectDetail',query:{id:this.data[key],rowindex:this.data.rowindex}})
|
|
|
|
|
|
}
|