Explorar o código

温度和密度

ZaiZai %!s(int64=2) %!d(string=hai) anos
pai
achega
bc3eb1b465
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
     })