fix: use this.render(params) instead of this.loadData for Tabular (DataViewer API)

This commit is contained in:
yumoqing 2026-05-31 14:11:14 +08:00
parent dd12be3833
commit c141134001
2 changed files with 1 additions and 1 deletions

BIN
wwwroot/.billing.ui.swp Normal file

Binary file not shown.

View File

@ -38,7 +38,7 @@
"event":"submit",
"actiontype":"script",
"target":"app.billing_tabular",
"script":"console.log(params);this.loadData(params)"
"script":"this.render(params)"
}
]
},