duy %!s(int64=2) %!d(string=hai) anos
pai
achega
3fb0761b07
Modificáronse 1 ficheiros con 1 adicións e 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) {