src/views/CNAS/process/ensureResults/ensureResultsValidity/components/carryOutDialog.vue
@@ -230,7 +230,6 @@ addInfo() { addQualityMonitorRatify(this.form).then(res => { this.editLoad = false if (res.code === 201) return this.$message.success('操作成功') this.closeCarryOutDia() }).catch(err => { @@ -242,7 +241,6 @@ editInfo() { addQualityMonitorRatifyOpinion(this.form).then(res => { this.editLoad = false if (res.code === 201) return this.$message.success('操作成功') this.closeCarryOutDia() }).catch(err => {