Explorar el Código

案卷收集排序查询字段增加

duy hace 2 años
padre
commit
e29010e3f2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/views/file/records.vue

+ 2 - 0
src/views/file/records.vue

@@ -837,6 +837,8 @@ const getSortTableData = async () => {
         ...sortSearchForm.value,
         projectId: projectId.value,
         contractId: contractId.value,
+        isAutoFile:1,
+        isArchive:1
         
     })
     sortTableLoading.value = false