瀏覽代碼

回退按钮无效

guarantee-lsq 1 年之前
父節點
當前提交
69081664ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
         }