mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 06:46:46 +08:00
style
This commit is contained in:
@@ -67,9 +67,10 @@ const { data: options, loading: orgLoading } = useBoeApi(
|
||||
);
|
||||
|
||||
watch(props, () => {
|
||||
stuTreeExpandedKeys.value = [];
|
||||
console.log("labelValue.value", labelValue.value, props.value);
|
||||
labelValue.value = props.value;
|
||||
// stuTreeExpandedKeys.value = [];
|
||||
// console.log("labelValue.value", labelValue.value, props.value);
|
||||
// labelValue.value = props.value;
|
||||
|
||||
// if (labelValue.value.value !== props.value) {
|
||||
// labelValue.value = { value: props.value, label: props.name };
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user