mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
Merge branch 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage into develop
This commit is contained in:
@@ -61,8 +61,8 @@
|
||||
<span style="margin-right: 3px">授课教师:</span>
|
||||
</div>
|
||||
<div class="btnbox">
|
||||
<a-auto-complete v-model:value="memberValue.label" placeholder="选择老师" style="width: 364px"
|
||||
:options="options" @search="handleSearch"></a-auto-complete>
|
||||
<a-auto-complete placeholder="选择老师" :value="memberValue.label" style="width: 364px"
|
||||
:options="options" @change="handleChange2" @search="handleSearch"></a-auto-complete>
|
||||
</div>
|
||||
</div>
|
||||
<div class="main_item">
|
||||
@@ -676,6 +676,7 @@ export default {
|
||||
const handleChange2 = (value, label) => {
|
||||
console.log(`selected ${value}`);
|
||||
state.memberId = value;
|
||||
// console.log(label)
|
||||
state.memberValue = label;
|
||||
};
|
||||
const handleFocus = () => {
|
||||
|
||||
Reference in New Issue
Block a user