ZaiZai vor 1 Jahr
Ursprung
Commit
58add2b2f3

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240531173812"
+  "value": "20240613173442"
 }

+ 0 - 1
src/views/tentative/material/modules/testSample/dispose.vue

@@ -134,7 +134,6 @@ const getTableData = async () => {
     const { error, code, data } = await mainApi.queryPage({
         ...searchForm.value,
         projectId: projectId.value,
-        contractId: contractId.value,
         nodeId: primaryKeyId || '',
     })
     //处理数据

+ 0 - 1
src/views/tentative/material/modules/testSample/flow.vue

@@ -127,7 +127,6 @@ const getTableData = async () => {
     const { error, code, data } = await mainApi.queryPage({
         ...searchForm.value,
         projectId: projectId.value,
-        contractId: contractId.value,
         nodeId: primaryKeyId || '',
     })
     //处理数据

+ 0 - 1
src/views/tentative/material/modules/testSample/inventory.vue

@@ -187,7 +187,6 @@ const getTableData = async () => {
     const { error, code, data } = await mainApi.queryPage({
         ...searchForm.value,
         projectId: projectId.value,
-        contractId: contractId.value,
         nodeId: primaryKeyId || '',
     })
     //处理数据

+ 0 - 1
src/views/tentative/material/modules/testSample/leave.vue

@@ -151,7 +151,6 @@ const getTableData = async () => {
     const { error, code, data } = await mainApi.queryPage({
         ...searchForm.value,
         projectId: projectId.value,
-        contractId: contractId.value,
         nodeId: primaryKeyId || '',
     })
     //处理数据

+ 0 - 1
src/views/tentative/material/modules/testSample/testUnder.vue

@@ -179,7 +179,6 @@ const getTableData = async () => {
     const { error, code, data } = await mainApi.queryPage({
         ...searchForm.value,
         projectId: projectId.value,
-        contractId: contractId.value,
         nodeId: primaryKeyId || '',
     })
     //处理数据

+ 0 - 1
src/views/tentative/material/modules/testSample/tested.vue

@@ -170,7 +170,6 @@ const getTableData = async () => {
     const { error, code, data } = await mainApi.queryPage({
         ...searchForm.value,
         projectId: projectId.value,
-        contractId: contractId.value,
         nodeId: primaryKeyId || '',
     })
     //处理数据