From bdf1e1e96767f3ace545d570b2616c2206e2acd2 Mon Sep 17 00:00:00 2001 From: MO <448233645@qq.com> Date: Mon, 23 Oct 2023 13:30:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=92=E6=A1=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/archives/record/index.vue | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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;