Explorar el Código

资料查询,节点请求优化

iZaiZaiA hace 2 años
padre
commit
7db0c5a333
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/data-fill/query.vue

+ 1 - 1
src/views/data-fill/query.vue

@@ -251,7 +251,7 @@ const wbsElTreeClick = ({node, data, keys}) => {
     treeAutoExpandKeys.value = keys
     setStoreData('wbsTreeExpandKeys',keys)
     //改变搜索表单数据
-    searchForm.value.wbsId = data['contractIdRelation'] ? data['id'] : data['primaryKeyId']
+    searchForm.value.wbsId = data['primaryKeyId']
     searchForm.value.contractIdRelation = data['contractIdRelation']
     searchForm.value.current = 1;
     getTableData()