-- 授课教师

This commit is contained in:
yuping
2022-12-01 01:13:00 +08:00
parent 0c0fc13972
commit e6b0be0fe9

View File

@@ -107,7 +107,7 @@
</div>
<div class="btnbox">
<a-auto-complete
v-model:value="memberValue.label"
:value="memberValue.label"
show-search
:not-found-content="fetching ? undefined : null"
placeholder="Select a teacher"
@@ -747,9 +747,10 @@ export default {
queryMember();
state.fetching = false;
}, 300);
const handleChange2 = (value) => {
const handleChange2 = (value,label) => {
console.log(`selected ${value}`);
state.inputV3 = value;
state.memberValue = label;
};
const handleFocus = () => {
queryMember();