修改流程选择

This commit is contained in:
pch 2024-11-26 12:37:52 +08:00
parent f114c90ac2
commit 7495d7ae80

View File

@ -228,7 +228,7 @@ const dialogTitle = ref('') // 弹窗的标题
/** 打开弹窗 */
const openSelect = async () => {
dialogVisible.value = true
dialogTitle.value = '模型选择'
dialogTitle.value = '流程选择'
restForm()
await getList()
//