Ver código fonte

新增记录id

duy 2 anos atrás
pai
commit
a86af2f4f7
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/views/tentative/detect/test-form.vue

+ 2 - 1
src/views/tentative/detect/test-form.vue

@@ -506,7 +506,8 @@ const getLinksSampleData = async () => {
     const { error, code, data } = await dataApi.sampleListInfo({
         ...linksSampleSearchForm.value,
         projectId: projectId.value,
-        contractId: contractId.value
+        contractId: contractId.value,
+        id:dataId
     })
     //处理数据
     linksSampleTableLoading.value = false