ZaiZai 1 년 전
부모
커밋
1a5685b30a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/tentative/detect/commission.vue

+ 1 - 0
src/views/tentative/detect/commission.vue

@@ -199,6 +199,7 @@ const wbsElTreeClick = ({ data, keys }) => {
     //缓存自动展开
     treeAutoExpandKeys.value = keys
     setStoreValue('testTreeExpandKeys', keys)
+    searchForm.value.nodeId = data['primaryKeyId'] || ''
     //获取表格
     searchClick()
 }