ZaiZai 1 anno fa
parent
commit
1a5685b30a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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()
 }