@@ -182,7 +182,7 @@ const loadTreeData = () => {
};
// 中间列表====================
-const list2 = ref < any > [];
+const list2 = ref([]);
const selectIndex = ref(-1);
const clickFlowItem = (item, index) => {