chore: enter提交表单
This commit is contained in:
parent
02e0927a9c
commit
6946471d96
@ -157,21 +157,25 @@ const { refreshTab } = useTabs();
|
|||||||
</a-button>
|
</a-button>
|
||||||
<Popover placement="rightTop" title="搜索" trigger="click">
|
<Popover placement="rightTop" title="搜索" trigger="click">
|
||||||
<template #content>
|
<template #content>
|
||||||
<Form>
|
<Form
|
||||||
<FormItem label="任务名称">
|
:model="formData"
|
||||||
|
autocomplete="off"
|
||||||
|
@finish="() => reload(false)"
|
||||||
|
>
|
||||||
|
<FormItem :colon="false" label="任务名称">
|
||||||
<Input
|
<Input
|
||||||
v-model:value="formData.nodeName"
|
v-model:value="formData.nodeName"
|
||||||
placeholder="请输入"
|
placeholder="请输入"
|
||||||
/>
|
/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem label="流程编码">
|
<FormItem :colon="false" label="流程编码">
|
||||||
<Input
|
<Input
|
||||||
v-model:value="formData.flowCode"
|
v-model:value="formData.flowCode"
|
||||||
placeholder="请输入"
|
placeholder="请输入"
|
||||||
/>
|
/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem>
|
<FormItem>
|
||||||
<a-button type="primary" @click="reload(false)">
|
<a-button html-type="submit" type="primary">
|
||||||
搜索
|
搜索
|
||||||
</a-button>
|
</a-button>
|
||||||
<a-button class="ml-2" @click="reload(true)">重置</a-button>
|
<a-button class="ml-2" @click="reload(true)">重置</a-button>
|
||||||
|
Loading…
Reference in New Issue
Block a user