Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e6b000643c
@ -228,7 +228,7 @@ const dialogTitle = ref('') // 弹窗的标题
|
||||
/** 打开弹窗 */
|
||||
const openSelect = async () => {
|
||||
dialogVisible.value = true
|
||||
dialogTitle.value = '模型选择'
|
||||
dialogTitle.value = '流程选择'
|
||||
restForm()
|
||||
await getList()
|
||||
// 查询流程分类列表
|
||||
|
@ -9,17 +9,17 @@
|
||||
>
|
||||
<el-form-item label="映射名" prop="name">
|
||||
<el-row style="width: 100%;">
|
||||
<el-col :span="22">
|
||||
<el-col :span="23">
|
||||
<el-input v-model="formData.name" placeholder="请输入映射名" />
|
||||
</el-col>
|
||||
<el-col :span="2">
|
||||
<el-col :span="1">
|
||||
<el-button @click="openForm()" size="small" type="text">
|
||||
<Icon icon="ep:plus" />
|
||||
</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form-item>
|
||||
<el-form-item label="流程信息" prop="processKey">
|
||||
<el-form-item label="流程标识" prop="processKey">
|
||||
<el-input v-model="formData.processKey" placeholder="请输入流程信息" />
|
||||
</el-form-item>
|
||||
<el-form-item label="表单的提交路径" prop="formCustomCreatePath">
|
||||
@ -97,8 +97,8 @@ const taskData = ()=>{
|
||||
if (select.value){
|
||||
formData.value.name = sData.value.name
|
||||
formData.value.processKey = sData.value.info
|
||||
formData.value.formCustomCreatePath = sData.value.createPath
|
||||
formData.value.formCustomViewPath = sData.value.detailPath
|
||||
//formData.value.formCustomCreatePath = sData.value.createPath
|
||||
//formData.value.formCustomViewPath = sData.value.detailPath
|
||||
}
|
||||
}
|
||||
const formRef = ref() // 表单 Ref
|
||||
|
Loading…
Reference in New Issue
Block a user