Alex 9 kuukautta sitten
vanhempi
sitoutus
f53bf0b11a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) => {