From c6d7a20eb9c4d54d34b56215f4ff7c0443b8363f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Thu, 16 Feb 2023 15:23:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4=E4=B8=80?= =?UTF-8?q?=E7=9B=B4=E9=87=8D=E5=A4=8D=E5=8F=A0=E5=8A=A0:00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/station/stationjs.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/system/station/stationjs.js b/src/views/system/station/stationjs.js index 896175c..3ef86a0 100644 --- a/src/views/system/station/stationjs.js +++ b/src/views/system/station/stationjs.js @@ -369,12 +369,15 @@ export default { /** 提交按钮 */ submitForm() { this.form.afternoonOpenStartTime = this.form.afternoonOpenStartTime + ':00' + this.form.afternoonOpenStartTime = this.form.afternoonOpenStartTime.slice(0, 8) this.form.afternoonOpenEndTime = this.form.afternoonOpenEndTime + ':00' + this.form.afternoonOpenEndTime = this.form.afternoonOpenEndTime.slice(0, 8) this.form.morningOpenEndTime = this.form.morningOpenEndTime + ':00' + this.form.morningOpenEndTime = this.form.morningOpenEndTime.slice(0, 8) this.form.morningOpenStartTime = this.form.morningOpenStartTime + ':00' + this.form.morningOpenStartTime = this.form.morningOpenStartTime.slice(0, 8) this.form.nurseStationLabelList = this.looknurseStationLabel; this.form.nurseStationType = this.nurseStationType2; - console.log(this.form); this.$refs["form"].validate((valid) => { if (valid) { this.form.areaCode = Number(this.form.areaCode);