Browse Source

待测样品

ZaiZai 1 year ago
parent
commit
c471db305a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/tentative/acquisition/data.vue

+ 0 - 1
src/views/tentative/acquisition/data.vue

@@ -262,7 +262,6 @@ const getTableData = async () => {
     const { error, code, data } = await mainApi.page({
         ...searchForm.value,
         projectId: projectId.value,
-        contractId: contractId.value,
     })
     //处理数据
     tableLoading.value = false