归档修改

main
mo 1 year ago
parent b625b138dc
commit bdf1e1e967

@ -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;

Loading…
Cancel
Save