Alex 9 ヶ月 前
コミット
f53bf0b11a
1 ファイル変更1 行追加1 行削除
  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) => {