feat: 增加搜索框实现

1.Config子页面搜索功能
2.project页正在重构,暂时无法访问
3.顶部添加按钮交互改变,点击后不再先跳转页面再弹框(已实现Project、Module)
This commit is contained in:
chenjinsong
2019-12-18 17:00:44 +08:00
parent 9fd09cac6a
commit 53639fb3e2
11 changed files with 1222 additions and 39 deletions

View File

@@ -215,7 +215,8 @@
//dc
selectDc(column, selectItem, e) {
this.stop_click(e);
this.searchLabelList.forEach(val=>{
this.select_list.forEach(val=>{
console.info(val)
if(val.type == 'dc'){
val.val = selectItem.name;
val.valnum = selectItem.id;