修改bug

This commit is contained in:
ljx
2025-09-02 20:37:07 +08:00
parent 85e5572e53
commit 26e4c899db
7 changed files with 27 additions and 39 deletions

View File

@ -139,7 +139,7 @@ const sheets = ref([]);
const options = ref([]);
const tableData = ref([]);
const tableRef = ref();
const isExpandAll = ref(false);
const isExpandAll = ref(true);
const loading = ref(false);
const versionMap = new Map();