归档修改

main
mo 1 year ago
parent b625b138dc
commit bdf1e1e967

@ -1057,7 +1057,6 @@ export default {
queryParams: { queryParams: {
pageNo: 1, pageNo: 1,
pageSize: 10, pageSize: 10,
companyId: null,
company: null, company: null,
frequency: null, frequency: null,
fileType: null, fileType: null,
@ -1068,22 +1067,12 @@ export default {
catalogNum: null, catalogNum: null,
filesNum: null, filesNum: null,
site: null, site: null,
flowId: null,
createTime: [],
status: null, status: null,
note: null, note: null,
fileStatus: null, fileStatus: null,
borrowStatus: null, borrowStatus: null,
identifyStatus: null, identifyStatus: null,
remark: null,
recordTime: [], recordTime: [],
deptId: null,
deptName: null,
attr1: null,
attr2: null,
attr3: null,
attr4: null,
userId: null,
organizationId: null, // organizationId: null, //
depotId: null, // depotId: null, //
cabinetId: null, // cabinetId: null, //
@ -1119,7 +1108,7 @@ export default {
getList() { getList() {
this.loading = true; this.loading = true;
// //
getRecordPage(this.queryParams1).then((response) => { getRecordPage(this.queryParams).then((response) => {
this.list = response.data.list; this.list = response.data.list;
this.total = response.data.total; this.total = response.data.total;
this.loading = false; this.loading = false;

Loading…
Cancel
Save