工作组项目管理--成员维护
This commit is contained in:
@@ -44,9 +44,7 @@
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<a-form-item label="已提醒" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-select placeholder="请选择已提醒"
|
||||
v-model="queryParam.remind"
|
||||
:maxLength='50'
|
||||
@change="e => {e.target.value = (e.target.value + '').trim()}">
|
||||
v-model="queryParam.remind">
|
||||
<a-select-option v-for="item in list" :key="item.id" :value="item.id">{{ item.username }}
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
|
||||
Reference in New Issue
Block a user