diff --git a/src/views/archives/record/index.vue b/src/views/archives/record/index.vue index fb598d72..d617782c 100644 --- a/src/views/archives/record/index.vue +++ b/src/views/archives/record/index.vue @@ -1057,7 +1057,6 @@ export default { queryParams: { pageNo: 1, pageSize: 10, - companyId: null, company: null, frequency: null, fileType: null, @@ -1068,22 +1067,12 @@ export default { catalogNum: null, filesNum: null, site: null, - flowId: null, - createTime: [], status: null, note: null, fileStatus: null, borrowStatus: null, identifyStatus: null, - remark: null, recordTime: [], - deptId: null, - deptName: null, - attr1: null, - attr2: null, - attr3: null, - attr4: null, - userId: null, organizationId: null, //立档单位 depotId: null, //库房 cabinetId: null, //档案柜 @@ -1119,7 +1108,7 @@ export default { getList() { this.loading = true; // 执行查询 - getRecordPage(this.queryParams1).then((response) => { + getRecordPage(this.queryParams).then((response) => { this.list = response.data.list; this.total = response.data.total; this.loading = false;