licp
2024-08-23 7867bca5edf776f893e7d9978ea3057fb9f68a20
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -3310,7 +3310,7 @@
            console.error(error)
            this.reviewLoading = false;
          })
        } else if (e == 1) {
        } else{
          // 再次试验
          this.reviewDia = true;
        }
@@ -3405,6 +3405,7 @@
                  verifyUser: this.verifyUser
                }).then( res => {
                  if (res.code === 200) {
                    this.submitLoading = false;
                    this.$message.success("操作成功")
                    this.$emit('goback')
                  }
@@ -3415,7 +3416,6 @@
            }
          }
          this.submitLoading = false;
        }).catch(error => {
          console.error(error)
          this.submitLoading = false;