Sfoglia il codice sorgente

修改路有异常签收驳回的状态码

Alex 9 mesi fa
parent
commit
54932c655e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/recycleLogistics/components/reject-modal.vue

+ 2 - 2
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) => {
@@ -49,4 +49,4 @@ function handleOpen(id) {
 }
 
 defineExpose({ handleOpen });
-</script> 
+</script>