修改请求名称

This commit is contained in:
huyt 2024-04-24 11:46:20 +08:00 committed by hyt
parent 8445c480ff
commit ad44239d16
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@
@blur="funb"
@visible-change="hidden"
clearable
>
<el-option
v-for="item in options"
@ -27,7 +28,7 @@
:label="item.plugName"
remote
:value="item.plugName"
placeholder="请输入"
placeholder="请选择"
>
</el-option>

View File

@ -91,6 +91,7 @@ export default {
name: "",
classify: "",
productionCompany: "",
},
};
},