新版流程修改

This commit is contained in:
XaoLi717 2024-11-28 09:04:49 +08:00
parent 56b3f5de21
commit c59ae6fd31

View File

@ -187,6 +187,7 @@ const handleCurrentChange = (val: any | undefined) => {
restForm()
sData.value.name=val.name
sData.value.key=val.key
// console.log("val: ",val)
// sData.value.createPath=val.formCustomCreatePath
// sData.value.detailPath=val.formCustomViewPath
}