duy hace 2 años
padre
commit
3fb0761b07
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/data-fill/query.vue

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

@@ -305,6 +305,7 @@ const getSearchTreeData = async () => {
     const { error, code, data } = await queryApi.getTreeNodeByQueryValueAndContractId({
         contractId: contractId.value,
         queryValue: searchTreeVal.value,
+        tableOwner:contractTypeTabKey.value,
     })
     //判断状态
     if (!error && code === 200) {