mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
-- 授课教师
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="btnbox">
|
<div class="btnbox">
|
||||||
<a-auto-complete
|
<a-auto-complete
|
||||||
v-model:value="memberValue.label"
|
:value="memberValue.label"
|
||||||
show-search
|
show-search
|
||||||
:not-found-content="fetching ? undefined : null"
|
:not-found-content="fetching ? undefined : null"
|
||||||
placeholder="Select a teacher"
|
placeholder="Select a teacher"
|
||||||
@@ -747,9 +747,10 @@ export default {
|
|||||||
queryMember();
|
queryMember();
|
||||||
state.fetching = false;
|
state.fetching = false;
|
||||||
}, 300);
|
}, 300);
|
||||||
const handleChange2 = (value) => {
|
const handleChange2 = (value,label) => {
|
||||||
console.log(`selected ${value}`);
|
console.log(`selected ${value}`);
|
||||||
state.inputV3 = value;
|
state.inputV3 = value;
|
||||||
|
state.memberValue = label;
|
||||||
};
|
};
|
||||||
const handleFocus = () => {
|
const handleFocus = () => {
|
||||||
queryMember();
|
queryMember();
|
||||||
|
|||||||
Reference in New Issue
Block a user