duy 5 months ago
parent
commit
e0802fb42e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/data-fill/query.vue

+ 2 - 2
src/views/data-fill/query.vue

@@ -435,8 +435,8 @@ const getFileUser = async () => {
         return
         return
     }
     }
     const { error, code, data } = await queryApi.getFileUser({
     const { error, code, data } = await queryApi.getFileUser({
-        // contractId: contractId.value,
-        contractId: contractInfo.value?.contractType === 2 ? info?.contractIdRelation : contractId.value,
+        contractId: contractId.value,
+        contractIdRelation: contractInfo.value?.contractType === 2 ? info?.contractIdRelation : contractId.value,
     })
     })
     //判断状态
     //判断状态
     if (!error && code === 200) {
     if (!error && code === 200) {