From 8681593dd825847975a7584de719a75e57bf0aed Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 12 四月 2024 15:45:50 +0800 Subject: [PATCH] 车间管理模块新增和修改操作车间的时候入参和显示使用字段修改和逻辑处理 --- src/views/systemSetting/workshopManage/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/systemSetting/workshopManage/index.vue b/src/views/systemSetting/workshopManage/index.vue index 1f1d1dc..997ccbb 100644 --- a/src/views/systemSetting/workshopManage/index.vue +++ b/src/views/systemSetting/workshopManage/index.vue @@ -187,7 +187,7 @@ this.editConfig.infomitton = { ...row, workshop:{ - ID:row.workshopNumber, + number:row.workshopNumber, name:row.workshopName } } -- Gitblit v1.8.0