默认收起行为树场景列表
This commit is contained in:
@@ -72,7 +72,7 @@ export default defineComponent({
|
||||
pageNum: 1,
|
||||
pageSize: 8,
|
||||
});
|
||||
const activeKey = ref<number>(1);
|
||||
const activeKey = ref<number>(0);
|
||||
const totalScenarios = ref<number>(0);
|
||||
|
||||
const loadScenarios = (cb?: () => void) => {
|
||||
|
||||
Reference in New Issue
Block a user