zzq
刘妍 2024-06-13 14:36:44 +08:00
parent cb7265cdb0
commit 2ec2ec085a
2 changed files with 5 additions and 4 deletions

View File

@ -228,7 +228,10 @@
formBoxRef.value
.getForm()
.then(async (res) => {
if (res) {
console.log(res);
if (!res) {
createMessage.error('请检查表单必填项');
} else {
if (!props.isUpdate) {
res[designerData.formCurrentNode.formRelationId] = processId;
querys.pkeyValue = processId;
@ -254,8 +257,6 @@
if (formValue) {
handleCreateFlow(processId, querys.pkeyValue);
}
} else {
createMessage.error('请检查表单必填项');
}
})
.catch((error) => {

View File

@ -16,7 +16,7 @@
>关闭
</a-button>
</div>
<a-tabs v-model:activeKey="activeName" @change="changeActive">
<a-tabs v-model:activeKey="activeName" @change="changeActive" type="card">
<a-tab-pane
key="form"
:tab="