licp
2024-12-11 7319ab1ce998a7d13f0192a4ccaf92d4a02929f8
电路试验上传文件报错
已修改1个文件
8 ■■■■■ 文件已修改
src/components/do/b1-inspect-order-plan/Inspection.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -3328,8 +3328,12 @@
          this.$message.error('请输入湿度')
          return
        }
        this.loading = true
        if(this.sonLaboratory === '电路试验'&&!(await this.$refs.CircuitParameters.saveAll())){
          this.loading = false
          return
        }else{
          this.loading = false
        }
        this.experimentDia = true
        this.newUserInfo = []
@@ -3851,8 +3855,12 @@
            cancelButtonText: '取消',
            type: 'warning'
          }).then(async () => {
            this.loading = true
            if(await this.$refs.CircuitParameters.saveAll()){
              this.$emit('goback')
              this.loading = false
            }else{
              this.loading = false
            }
          })
        }else{