feat: 增加搜索框实现
1.Config子页面搜索功能 2.project页正在重构,暂时无法访问 3.顶部添加按钮交互改变,点击后不再先跳转页面再弹框(已实现Project、Module)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user