소스 검색

逻辑图-编辑链接弹窗回显bug

hbchen 8 달 전
부모
커밋
371b0f7e65
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/sandbox_manage/sandFlowNew/components/addLInkDia.vue

+ 2 - 1
src/views/sandbox_manage/sandFlowNew/components/addLInkDia.vue

@@ -235,7 +235,8 @@ import { dataBaseInterface,reportlist} from '@/api/api.js';
           this.checkedLinkList = JSON.parse(JSON.stringify(this.linkList))
           let firstCheckedLink = this.checkedLinkList[0]
           if(firstCheckedLink){
-            this.linkClick(firstCheckedLink,{noInfo:true})
+            this.activeItemRId=''
+            this.linkClick(firstCheckedLink)
           }else{
             this.addLinkSearchParams.linkType=1
           }