修改请求名称
This commit is contained in:
parent
8445c480ff
commit
ad44239d16
|
@ -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>
|
||||
|
||||
|
|
|
@ -91,6 +91,7 @@ export default {
|
|||
name: "",
|
||||
classify: "",
|
||||
productionCompany: "",
|
||||
|
||||
},
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue