@@ -405,7 +405,7 @@ const undoReportClick = async () => {
return
}
const { id, approveStatus } = rows[0]
- if (approveStatus !== 2) {
+ if (approveStatus !== 1) {
window.$message?.warning('只能撤销待审批的数据')