From 38ca7eb0d00e29f86063171e3d2d82dc0fde6248 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 12 四月 2024 16:48:52 +0800 Subject: [PATCH] 落丝时间增加时间的限制,只能选择今天及以后 --- src/views/systemSetting/workshopManage/components/addDialog.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/systemSetting/workshopManage/components/addDialog.vue b/src/views/systemSetting/workshopManage/components/addDialog.vue index 3f12c07..db6dd53 100644 --- a/src/views/systemSetting/workshopManage/components/addDialog.vue +++ b/src/views/systemSetting/workshopManage/components/addDialog.vue @@ -147,7 +147,7 @@ }, setParams(){ let params={ - workshopNumber:this.editConfig.infomitton.workshop.ID+"", + workshopNumber:this.editConfig.infomitton.workshop.number+"", workshopName:this.editConfig.infomitton.workshop.name, groupNumber:Number(this.editConfig.infomitton.groupNumber), startCarNumber:Number(this.editConfig.infomitton.startCarNumber), -- Gitblit v1.8.0