From ecfaea249dba21ac881ba4f02bc16ebf5b6276f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 12 Jul 2024 15:22:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/ManageNodeInformation/indexjs.js | 8 ++++---- src/views/system/specialDiseaseNode/index.vue | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js index 04fa1c8..e73790b 100644 --- a/src/views/system/ManageNodeInformation/indexjs.js +++ b/src/views/system/ManageNodeInformation/indexjs.js @@ -314,10 +314,10 @@ export default { this.$message.error("请选择任务细分"); return loading.close(); } - if (!this.form.taskStatus) { - this.$message.error("请选择任务状态"); - return loading.close(); - } + // if (!this.form.taskStatus) { + // this.$message.error("请选择任务状态"); + // return loading.close(); + // } updateRouteCheckStatus({ routeCheckStatus: this.routeform.routeCheckStatus, id: this.form.specialDiseaseNodeId, diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index e350224..02970a2 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -1117,10 +1117,10 @@ export default { this.$message.error("请选择任务细分"); return loading.close(); } - if (!this.form.taskStatus) { - this.$message.error("请选择任务状态"); - return loading.close(); - } + // if (!this.form.taskStatus) { + // this.$message.error("请选择任务状态"); + // return loading.close(); + // } updateRouteCheckStatus({ routeCheckStatus: this.routeform.routeCheckStatus, id: this.form.specialDiseaseNodeId,