搜搜
This commit is contained in:
@@ -73,8 +73,8 @@
|
||||
<a-col :span="12">
|
||||
<a-form-item field="article_science_class" label="文章分类:">
|
||||
|
||||
<a-select multiple value-key="basic_class_name" v-model="modalForm.article_science_class" placeholder="请选择文章分类"
|
||||
:style="{ width: '300px' }">
|
||||
<a-select multiple allow-search value-key="basic_class_name" v-model="modalForm.article_science_class" placeholder="请选择文章分类"
|
||||
:style="{ width: '300px' }" @search="handelAllList">
|
||||
|
||||
<a-option size="large" style="max-width:500px" v-for="item in classifyList" :key="item.basic_class_id"
|
||||
:value="item" :label="item.basic_class_name">
|
||||
|
||||
Reference in New Issue
Block a user