This commit is contained in:
yumoqing 2026-05-31 14:05:05 +08:00
parent 0080bbd7c4
commit 1029078b56

View File

@ -39,7 +39,7 @@
"actiontype":"script", "actiontype":"script",
"target":"billing_tabular", "target":"billing_tabular",
"options":{ "options":{
"script":"this.loadData(params)" "script":"console.log(params);this.loadData(params)"
} }
} }
] ]