duy 2 лет назад
Родитель
Сommit
3fb0761b07
1 измененных файлов с 1 добавлено и 0 удалено
  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) {