src/components/do/b1-inspect-order-plan/Inspection.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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{