Merge remote-tracking branch 'origin/master'

This commit is contained in:
XaoLi717 2024-11-26 13:54:35 +08:00
commit e6b000643c
2 changed files with 6 additions and 6 deletions

View File

@ -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()
// //

View File

@ -9,17 +9,17 @@
> >
<el-form-item label="映射名" prop="name"> <el-form-item label="映射名" prop="name">
<el-row style="width: 100%;"> <el-row style="width: 100%;">
<el-col :span="22"> <el-col :span="23">
<el-input v-model="formData.name" placeholder="请输入映射名" /> <el-input v-model="formData.name" placeholder="请输入映射名" />
</el-col> </el-col>
<el-col :span="2"> <el-col :span="1">
<el-button @click="openForm()" size="small" type="text"> <el-button @click="openForm()" size="small" type="text">
<Icon icon="ep:plus" /> <Icon icon="ep:plus" />
</el-button> </el-button>
</el-col> </el-col>
</el-row> </el-row>
</el-form-item> </el-form-item>
<el-form-item label="流程信息" prop="processKey"> <el-form-item label="流程标识" prop="processKey">
<el-input v-model="formData.processKey" placeholder="请输入流程信息" /> <el-input v-model="formData.processKey" placeholder="请输入流程信息" />
</el-form-item> </el-form-item>
<el-form-item label="表单的提交路径" prop="formCustomCreatePath"> <el-form-item label="表单的提交路径" prop="formCustomCreatePath">
@ -97,8 +97,8 @@ const taskData = ()=>{
if (select.value){ if (select.value){
formData.value.name = sData.value.name formData.value.name = sData.value.name
formData.value.processKey = sData.value.info formData.value.processKey = sData.value.info
formData.value.formCustomCreatePath = sData.value.createPath //formData.value.formCustomCreatePath = sData.value.createPath
formData.value.formCustomViewPath = sData.value.detailPath //formData.value.formCustomViewPath = sData.value.detailPath
} }
} }
const formRef = ref() // Ref const formRef = ref() // Ref