瀏覽代碼

修改bug

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) => {