src/views/CNAS/systemManagement/measuresDealRisks/components/listRiskAnalysisControlPlans.vue
@@ -236,7 +236,6 @@ type: 'warning' }).then(() => { deleteSignificantRiskFactorAnalysis({ id: row.id }).then(res => { if (res.code === 201) return; this.initData() this.$message({ type: 'success', @@ -253,7 +252,6 @@ addApi() { this.loading = true analysisOfMajorRiskFactorsAdded(this.form).then(res => { if (res.code === 201) return; this.dialogVisible = false this.loading = false this.initData()