Commit e820063a authored by huangjie's avatar huangjie

*

parent c78d4afb
...@@ -152,18 +152,18 @@ ...@@ -152,18 +152,18 @@
}, },
//获取项目名称 //获取项目名称
getProject(value){ getProject(value){
if (value.length>=2){ // if (value.length>=2){
let param = { // let param = {
projectName:value, // projectName:value,
} // }
queryProject(JSON.stringify(param)).then(result=>{ // queryProject(JSON.stringify(param)).then(result=>{
if(result.code != 200){ // if(result.code != 200){
this.proList = [] // this.proList = []
return false // return false
} // }
this.proList = result.data // this.proList = result.data
}) // })
} // }
}, },
selCompany(item){ selCompany(item){
this.queryParam.companyId = item.jskEid this.queryParam.companyId = item.jskEid
......
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