Преглед изворни кода

挂牌项目数据对接。

wulanhaote
nsgkyjk пре 3 година
родитељ
комит
84fb7aa760
1 измењених фајлова са 9 додато и 0 уклоњено
  1. +9
    -0
      src/views/project/index.vue

+ 9
- 0
src/views/project/index.vue Прегледај датотеку

@@ -119,6 +119,15 @@ export default {
}
getOutProjectList(queryDatas).then(response =>{
this.infoList = response.rows
if(this.infoList.length>0){
let newList = []
for(let j = 0 ;j<this.infoList.length;j++){
if(this.infoList[j].projectName.indexOf(this.value)>-1){
newList.push(this.infoList[j]);
}
}
this.infoList = newList
}
});
},
clickNav(index){


Loading…
Откажи
Сачувај