From 0f718764105feb44405af06ffe9b430a339d6e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Tue, 26 Sep 2023 17:32:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E6=AC=A1=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/classes/index.vue | 51 +++++++++++++++++++----------- 1 file changed, 33 insertions(+), 18 deletions(-) diff --git a/src/views/system/classes/index.vue b/src/views/system/classes/index.vue index 0e6c0ef..6388a7a 100644 --- a/src/views/system/classes/index.vue +++ b/src/views/system/classes/index.vue @@ -170,7 +170,13 @@ /> - + - + - + - + - + f.id == e @@ -398,9 +417,6 @@ export default { this.options = res.data; }); }, - imgs(item) { - this.imgsurl.pictureUrlList.push(item); - }, /** 查询医院信息管理列表 */ getList() { this.loading = true; @@ -428,7 +444,6 @@ export default { scheduleName: null, status: "0", hospitalId: null, - // hospitalSort: null, createBy: null, createTime: null, updateBy: null, @@ -457,6 +472,7 @@ export default { this.reset(); this.open = true; this.title = "添加班次管理"; + console.log(this.form.forenoonStartTime); }, /** 修改按钮操作 */ handleUpdate(row) { @@ -478,8 +494,7 @@ export default { this.$message.error("请选择下午结束时间!"); } else if (this.form.afternoonEndTime && !this.form.afternoonStartTime) { this.$message.error("请选择下午开始时间!"); - } - else if ( + } else if ( !this.form.afternoonEndTime && !this.form.afternoonStartTime && !this.form.forenoonStartTime &&