subPackage/school/troubleDetail.vue
@@ -192,10 +192,10 @@ submitInfo() { let data = { id: this.info.id, confirmFlag: 1, confirmNotion: this.confirmNotion } if (this.roleTypeName == "xyzt") { daa.confirmFlag = 1; if (!this.form.isProblem) { this.$showTips("请选择是否隐患") return; @@ -205,10 +205,14 @@ this.$showTips("请选择是否处理") return; } } else { if (!this.confirmNotion) { this.$showTips("请输入处理意见") return; } data.confirmFlag = 2; data.confirmNotion = this.confirmNotion } auditTroubleReport(data).then(res => { if (res.code == 200) {