This commit is contained in:
gongjiale 2022-12-12 20:56:24 +08:00
parent a221a89a08
commit 49d0fd35a7
1 changed files with 3 additions and 2 deletions

View File

@ -53,7 +53,7 @@
<a-form-item label="业务名称"> <a-form-item label="业务名称">
<a-input <a-input
placeholder="请输入业务名称" placeholder="请输入业务名称"
v-model:value="yunForm.busineessName" v-model:value="yunForm.busineesName"
style="width: 200px" style="width: 200px"
/> />
</a-form-item> </a-form-item>
@ -68,6 +68,7 @@
v-for="(item, index) in cloudResourceStatusList" v-for="(item, index) in cloudResourceStatusList"
:key="index" :key="index"
:value="item.dictValue" :value="item.dictValue"
clearable
> >
{{ item.dictLabel }} {{ item.dictLabel }}
</a-select-option> </a-select-option>
@ -499,7 +500,7 @@
const changeType = (item, index) => { const changeType = (item, index) => {
contentList.data = [] contentList.data = []
formState.value.name = '' formState.value.name = ''
console.log('item, index-----选择类型------->', item, index)
numFlag.value = true numFlag.value = true
num.value = [] num.value = []
showType.value = '' showType.value = ''