Browse Source

回退按钮无效

guarantee-lsq 1 year ago
parent
commit
69081664ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/preparation/preparation/modules/DispatchForm.vue

+ 1 - 1
src/views/preparation/preparation/modules/DispatchForm.vue

@@ -155,7 +155,7 @@ export default {
       const { form: { validateFieldsAndScroll } } = this
       this.confirmLoading = true
       validateFieldsAndScroll((errors, values) => {
-        if (errors) {
+        if (errors && this.verifyStatus === 1) {
           this.confirmLoading = false
           return
         }