web/src/views/modules/taskReliability/TaskPhase-AddOrUpdate.vue
@@ -62,14 +62,6 @@ }, // 表单提交 async formSubmit() { /* let flag = true if (this.time + Number(this.dataForm.phaseDurationRate)-Number(this.oldTime) > 1) { this.$alert("请重新设置当前时长比分配") flag = false } if (!flag) { return }*/ let res = await this.$http[!this.dataForm.id ? 'post' : 'put']('/taskReliability/TaskPhase/', this.dataForm) if (res.success) { await this.$tip.success()