Commit 4c298deb authored by huangjie's avatar huangjie

*

parent d23becf8
...@@ -177,6 +177,7 @@ ...@@ -177,6 +177,7 @@
this.queryParam.projectType = item.projectType this.queryParam.projectType = item.projectType
this.queryParam.projectCategory = item.projectCategory this.queryParam.projectCategory = item.projectCategory
this.queryParam.status = item.status this.queryParam.status = item.status
this.queryParam.ownerCompany = item.companyName
this.queryParam.projectName = item.projectName.replace(/<[^>]+>/g, '') this.queryParam.projectName = item.projectName.replace(/<[^>]+>/g, '')
this.proList = [] this.proList = []
}, },
......
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