Explorar o código

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

hbchen hai 8 meses
pai
achega
371b0f7e65

+ 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
           }