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 &&