ZaiZai 1 year ago
parent
commit
33d305dae1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/alter/admin/order.vue

+ 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
     }