1
0
Fork 0
mirror of https://github.com/silenty4ng/k5web synced 2025-04-19 00:29:49 +00:00
This commit is contained in:
Silent YANG 2024-02-05 04:36:21 +08:00
parent fadd7ef64b
commit 47997f190a

View file

@ -608,7 +608,7 @@
}
const clearRow = async (row: any) =>{
const newData = [...cstate.renderData];
newData.splice(row, 1, {});
newData.splice(row, 1, {scanlist: []});
cstate.renderData = newData;
}
const saveChannel = () => {