♻️ Refactor av data structure

This commit is contained in:
Daniel 2023-07-11 23:47:17 +08:00
parent ad77e4d7f3
commit ff239c1211
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 60 additions and 55 deletions

View file

@ -239,9 +239,9 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doRemoveAttrViewBlock(op)
case "addAttrViewCol":
ret = tx.doAddAttrViewColumn(op)
// TODO 下面的方法要重写
case "updateAttrViewCol":
ret = tx.doUpdateAttrViewColumn(op)
// TODO 下面的方法要重写
case "removeAttrViewCol":
ret = tx.doRemoveAttrViewColumn(op)
case "updateAttrViewCell":