ZaiZai 1 anno fa
parent
commit
33d305dae1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
     }