ZaiZai 1 жил өмнө
parent
commit
33d305dae1

+ 1 - 1
src/views/alter/admin/order.vue

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