Ver Fonte

查询加合同段id

duy há 2 anos atrás
pai
commit
b6e52d5092
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/using/query.vue

+ 1 - 0
src/views/using/query.vue

@@ -561,6 +561,7 @@ const getTableData = async () => {
     const { error, code, data } = await archiveQueryApi.getarchiveQueryPage({
         ...searchForm.value,
         projectId: projectId.value,
+        contractId:contractId.value
 
     })
     tableLoading.value = false