From 54bd2e89b8689e9aa8ab6edcda003da46065cb19 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期日, 04 八月 2024 18:44:55 +0800 Subject: [PATCH] 工单工艺路线编辑 --- src/views/tigerprojects/system/lowcode/high/dtl.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/tigerprojects/system/lowcode/high/dtl.vue b/src/views/tigerprojects/system/lowcode/high/dtl.vue index e24c518..7c5966d 100644 --- a/src/views/tigerprojects/system/lowcode/high/dtl.vue +++ b/src/views/tigerprojects/system/lowcode/high/dtl.vue @@ -174,7 +174,7 @@ const params = { record, isUpdate: true, - ifSave: false, + ifSave: objParams.value['ifSave'], entityName: props.entityName, formJson: [], //getFormSchema(`${entityName.value}_Crud`), cType, @@ -272,7 +272,7 @@ } useDrawers[index][item['name']][1].openDrawer(true, { isUpdate: false, - ifSave: false, + ifSave: objParams.value['ifSave'], entityName: item['name'], //props.entityName, // formJson: GetCrudForm(item, data), //鑾峰彇澧炲垹鏀硅〃鍗曞瓧娈� crudColSlots: props.crudColSlots, -- Gitblit v1.9.3