This commit is contained in:
Daniel 2023-08-03 23:38:45 +08:00
parent c767e532df
commit c136b71e67
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 31 additions and 1 deletions

View file

@ -253,6 +253,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doUpdateAttrViewColOption(op)
case "setAttrViewColCalc":
ret = tx.doSetAttrViewColCalc(op)
case "updateAttrViewColNumberFormat":
ret = tx.doUpdateAttrViewColNumberFormat(op)
}
if nil != ret {