duy 2 år sedan
förälder
incheckning
3fb0761b07
1 ändrade filer med 1 tillägg och 0 borttagningar
  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) {