田源
2023-09-18 da6cc144cc4d60805e4693e4adc5ebdf78b5b37d
集成系统-查询字段修改
已修改1个文件
7 ■■■■ 文件已修改
Source/UBCS-WEB/src/components/dockingSearch/VciDockingSearch.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/dockingSearch/VciDockingSearch.vue
@@ -130,12 +130,15 @@
          }
        });
      }
      if(this.status.type=='logo'){
      //日志
      if(this.status.type=='loge'){
        requestApi(getLogoList);
      }
      //数据
      if(this.status.type=='data'){
        requestApi(getDataList);
      }
      //任务
      if(this.status.type=='task'){
        requestApi(getTaskList);
      }
@@ -182,7 +185,7 @@
        requestParams['conditionMap[sendType_like]'] = taskCut;
      }
      if (type == 'logo') {
      if (type == 'loge') {
        requestApi(getLogoList);
      }
      if (type == 'data') {