Merge branch 'dev-zhaoDN/workflow-update-lost' into 'dev'

feat:框架代码 关于流程信息变更的代码更新

See merge request itc-framework/ma/2024/front!61
This commit is contained in:
890147
2025-04-21 02:16:57 +00:00
11 changed files with 102 additions and 67 deletions

View File

@ -110,8 +110,8 @@
await systemFormRef.value.resetFields();
}
// 设置表单数据全部为Disabled 【查看】
async function setDisabledForm() {
data.formDataProps.schemas = changeSchemaDisabled(cloneDeep(data.formDataProps.schemas));
async function setDisabledForm(isDisabled) {
data.formDataProps.schemas = changeSchemaDisabled(cloneDeep(data.formDataProps.schemas), isDisabled);
}
// 获取行键值
function getRowKey() {