打印数据限时不全

This commit is contained in:
Ledo 2025-07-13 16:45:33 +08:00
parent 666f8402a2
commit 666483500a
2 changed files with 16 additions and 5 deletions

View File

@ -288,7 +288,6 @@ try {
bgMasterLineDO.setAuditor(operateReqVO.getAuditor().intValue());
bgMasterLineDO.setAudit_time(LocalDateTime.now());
bgMasterLineDO.setAuditOpinion(operateReqVO.getAuditOpinion());
bgMasterLineDO.setConStatus(2);
bgMasterLineMapper.updateById(bgMasterLineDO);
}else {
//终检
@ -297,7 +296,6 @@ try {
bgMasterLineDO.setAuditor(operateReqVO.getAuditor().intValue());
bgMasterLineDO.setAudit_time(LocalDateTime.now());
bgMasterLineDO.setAuditOpinion(operateReqVO.getAuditOpinion());
bgMasterLineDO.setConStatus(2);
zjBgMasterLineMapper.updateById(bgMasterLineDO);
}
// if(operateReqVO.getActive().equals("AUDIT")){

View File

@ -848,9 +848,22 @@ const outopen = () => {
]
}
}
const queryParams: any = ref({
code: undefined
})
const queryParams = {
pageNo: 1,
pageSize: 99,
code: undefined,
name: undefined,
description: undefined,
status: 1,
creator: undefined,
createTime: [],
updater: undefined,
updateTime: [],
deleted: undefined,
tenantId: undefined,
isReport: undefined,
wid: undefined
}
/** 打开弹窗 */
const open = async (id?: number) => {