修改流程选择
This commit is contained in:
parent
f114c90ac2
commit
7495d7ae80
@ -228,7 +228,7 @@ const dialogTitle = ref('') // 弹窗的标题
|
|||||||
/** 打开弹窗 */
|
/** 打开弹窗 */
|
||||||
const openSelect = async () => {
|
const openSelect = async () => {
|
||||||
dialogVisible.value = true
|
dialogVisible.value = true
|
||||||
dialogTitle.value = '模型选择'
|
dialogTitle.value = '流程选择'
|
||||||
restForm()
|
restForm()
|
||||||
await getList()
|
await getList()
|
||||||
// 查询流程分类列表
|
// 查询流程分类列表
|
||||||
|
Loading…
Reference in New Issue
Block a user