|
|
@@ -325,12 +325,7 @@ |
|
|
|
//查看 |
|
|
|
Toview(item, i) { |
|
|
|
console.log(item) |
|
|
|
let keywordsid = 0 |
|
|
|
if (item.matchKeywords[i].children && item.matchKeywords[i].children.length > 0) { |
|
|
|
keywordsid = item.matchKeywords[i].children[0].keywordsId |
|
|
|
} else { |
|
|
|
keywordsid = item.matchKeywords[i].keywordsId |
|
|
|
} |
|
|
|
let keywordsid = item.matchKeywords[i].keywordsId || 0 |
|
|
|
uni.navigateTo({ |
|
|
|
url: '/pages/center/Piabodata/Customerportrait/Receivingrecords?datatype=' + this.activeTotal + |
|
|
|
"&keywordsId=" + keywordsid + "&starttime=" + this.timeobj.statDateStart + "&endoftime=" + |
|
|
|