Browse Source

修改bug

Alex 9 tháng trước cách đây
mục cha
commit
f53bf0b11a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) => {