Alex hace 9 meses
padre
commit
f53bf0b11a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/recycleLogistics/components/reject-modal.vue

+ 1 - 1
src/views/recycleLogistics/components/reject-modal.vue

@@ -29,7 +29,7 @@ const baseUrl = reactive({
 
 const formData = ref({
     id: '',
-    checkStatus: 2
+    checkStatus: 3
 });
 
 const formatData = (data) => {