duy hace 5 meses
padre
commit
e0802fb42e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
     }
     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) {