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