修改电网一张图

This commit is contained in:
GGJ
2024-04-30 11:18:41 +08:00
parent 6f34458256
commit 83a5446b3c
13 changed files with 276 additions and 281 deletions

View File

@@ -77,11 +77,7 @@ const tableStore = new TableStore({
],
loadCallback: () => {
tableStore.table.data = [
{
state: 2
}
]
tableStore.table.data = []
}
})