Ver código fonte

温度和密度

ZaiZai 2 anos atrás
pai
commit
bc3eb1b465
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/tentative/parameter/density.vue

+ 1 - 0
src/views/tentative/parameter/density.vue

@@ -100,6 +100,7 @@ const tableData = ref([])
 const getTableData = async () => {
     tableLoading.value = true
     const { error, code, data } = await dataApi.queryPage({
+        ...searchForm.value,
         projectId: projectId.value,
         contractId: contractId.value
     })