修改请求名称
This commit is contained in:
parent
8445c480ff
commit
ad44239d16
|
@ -20,6 +20,7 @@
|
||||||
@blur="funb"
|
@blur="funb"
|
||||||
@visible-change="hidden"
|
@visible-change="hidden"
|
||||||
clearable
|
clearable
|
||||||
|
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in options"
|
v-for="item in options"
|
||||||
|
@ -27,7 +28,7 @@
|
||||||
:label="item.plugName"
|
:label="item.plugName"
|
||||||
remote
|
remote
|
||||||
:value="item.plugName"
|
:value="item.plugName"
|
||||||
placeholder="请输入"
|
placeholder="请选择"
|
||||||
>
|
>
|
||||||
</el-option>
|
</el-option>
|
||||||
|
|
||||||
|
|
|
@ -91,6 +91,7 @@ export default {
|
||||||
name: "",
|
name: "",
|
||||||
classify: "",
|
classify: "",
|
||||||
productionCompany: "",
|
productionCompany: "",
|
||||||
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue