mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 14:56:46 +08:00
讲师管理bug
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
:disabled="disabled"
|
||||
@change="change"
|
||||
dropdownClassName="treeDropdown"
|
||||
@keydown.enter="keydownEnter"
|
||||
>
|
||||
</a-tree-select>
|
||||
</template>
|
||||
@@ -57,7 +58,11 @@ const { data: options, loading: orgLoading } = useArrayRequest(
|
||||
ORG_LIST,
|
||||
{ keyword: "" },
|
||||
);
|
||||
|
||||
const keydownEnter = (e) => {
|
||||
if(e.keyCode == 13){
|
||||
emit('enter',true)
|
||||
}
|
||||
}
|
||||
watch(props, () => {
|
||||
stuTreeExpandedKeys.value = [];
|
||||
if (labelValue.value.value !== props.value) {
|
||||
|
||||
Reference in New Issue
Block a user