li.shaoyi hace 2 años
padre
commit
1187c18958
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/packages/mobile/components/modules/delivery/index.vue

+ 1 - 1
src/packages/mobile/components/modules/delivery/index.vue

@@ -133,7 +133,7 @@ const onSubmit = () => {
                 data: formData
             }).then(() => {
                 hideLoading('交收成功')
-
+                closed(true)
             }).catch((err) => {
                 hideLoading(err, 'fail')
             })