Commit a03517de by 李宏达

lhd

parent 413b5d01
...@@ -131,7 +131,17 @@ module.exports = { ...@@ -131,7 +131,17 @@ module.exports = {
"path": "", "path": "",
"isctl": "no" "isctl": "no"
}, },
{
"code": "policyquery",
"bizCode": "policyquery",
"istop": true,
"label": "政策列表",
"icon": "",
"isMenu": true,
"bizConfig": null,
"path": "",
"isctl": "no"
},
{ {
"code": "bycquerytm", "code": "bycquerytm",
"bizCode": "bycquerytm", "bizCode": "bycquerytm",
...@@ -767,7 +777,7 @@ module.exports = { ...@@ -767,7 +777,7 @@ module.exports = {
"bizs": { "bizs": {
"patentanalysis": { "title": "专利分析", "config": null, "path": "/patentanalysis", "comname": "patentanalysis" }, "patentanalysis": { "title": "专利分析", "config": null, "path": "/patentanalysis", "comname": "patentanalysis" },
"patentdetail": { "title": "专利详情", "config": null, "path": "/patentdetail", "comname": "patentdetail" }, "patentdetail": { "title": "专利详情", "config": null, "path": "/patentdetail", "comname": "patentdetail" },
"policyquery": { "title": "政策列表", "config": null, "path": "/policyquery", "comname": "policyquery" },
"entdrawing": { "title": "企业画像", "config": null, "path": "/entdrawing", "comname": "entdrawing" }, "entdrawing": { "title": "企业画像", "config": null, "path": "/entdrawing", "comname": "entdrawing" },
"mobilepatent": { "title": "企业画像", "config": null, "path": "/mobilepatent", "comname": "mobilepatent" }, "mobilepatent": { "title": "企业画像", "config": null, "path": "/mobilepatent", "comname": "mobilepatent" },
"mobiledeallist": { "title": "企业画像", "config": null, "path": "/mobiledeallist", "comname": "mobiledeallist" }, "mobiledeallist": { "title": "企业画像", "config": null, "path": "/mobiledeallist", "comname": "mobiledeallist" },
......
...@@ -118,6 +118,10 @@ ...@@ -118,6 +118,10 @@
} }
}, },
searchResult () { searchResult () {
this.$root.pushx({
title: "政策列表",
name: "/policyquery"
});
if (this.state2 != '') { if (this.state2 != '') {
var obj = { var obj = {
......
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