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()
 }