代码修改

This commit is contained in:
851673013@qq.com 2022-09-30 11:07:15 +08:00
parent cce81f9ece
commit 1bff4a6f85
1 changed files with 18 additions and 18 deletions

View File

@ -104,24 +104,24 @@
<a-form-item
label="应用系统"
name="applicationSystem"
:rules="[
{
required: true,
message: '请选择应用系统(如选项没有系统请新增)',
},
]"
:rules="[{ required: true, message: '请选择应用系统' }]"
>
<a-select
v-model:value="formName.applicationSystem"
show-search
placeholder="请输入关键字"
style="width: 200px"
:options="systemOptions"
@focus="handleFocus"
@blur="handleBlur"
@change="systemHandleChange"
@search="systemHandleSearch"
></a-select>
<a-tooltip>
<template #title>
请输入关键字如选项没有系统请新增
</template>
<a-select
v-model:value="formName.applicationSystem"
show-search
placeholder="请输入关键字(如选项没有系统请新增)"
style="width: 230px"
:options="systemOptions"
@focus="handleFocus"
@blur="handleBlur"
@change="systemHandleChange"
@search="systemHandleSearch"
></a-select>
</a-tooltip>
</a-form-item>
<a-form-item
class="applicationScene"
@ -328,7 +328,7 @@
num.value > 1 ? '等' + num.value + '项能力' : ''
)
: '申请' + list.value[0].arr[0].resourceName, //
applicationSystem: '', //
// applicationSystem: '', //
applicationScene: [], //
applicationBackground: '', //
effectWish: '', //