mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
-- bug
This commit is contained in:
@@ -66,6 +66,7 @@
|
|||||||
tree-default-expand-all
|
tree-default-expand-all
|
||||||
:tree-data="treeData"
|
:tree-data="treeData"
|
||||||
v-model:selectedKeys="stuTreeSelectKeys"
|
v-model:selectedKeys="stuTreeSelectKeys"
|
||||||
|
v-model:expandedKeys="stuTreeExpandedKeys"
|
||||||
:fieldNames="{
|
:fieldNames="{
|
||||||
children: 'treeChildList',
|
children: 'treeChildList',
|
||||||
key: 'id',
|
key: 'id',
|
||||||
@@ -425,6 +426,7 @@ const nameSearch = ref({
|
|||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
});
|
});
|
||||||
const stuTreeSelectKeys = ref([])
|
const stuTreeSelectKeys = ref([])
|
||||||
|
const stuTreeExpandedKeys = ref([])
|
||||||
const audienceName = ref({
|
const audienceName = ref({
|
||||||
keyword: "",
|
keyword: "",
|
||||||
page: 1,
|
page: 1,
|
||||||
@@ -713,7 +715,8 @@ watch(visiable, () => {
|
|||||||
audienceName.value.page = 1;
|
audienceName.value.page = 1;
|
||||||
audienceName.value.pageSize = 10;
|
audienceName.value.pageSize = 10;
|
||||||
nameSearch.value.departId = null
|
nameSearch.value.departId = null
|
||||||
stuTreeSelectKeys.value=[]
|
stuTreeExpandedKeys.value = []
|
||||||
|
stuTreeSelectKeys.value = []
|
||||||
activeKey.value = 1;
|
activeKey.value = 1;
|
||||||
selectsData.value = {
|
selectsData.value = {
|
||||||
stageId: "",
|
stageId: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user