fix freq error

This commit is contained in:
murmur 2024-06-30 19:03:47 +08:00
parent f0b89580fd
commit 7ddff30d86

View File

@ -103,7 +103,7 @@
"id": "submitButton",
"size": "md",
"block": false,
"disabledOn": "freq === undefined || freq === ''",
"disabledOn": "this.freq === undefined || this.freq === ''",
"onEvent": {
"click": {
"actions": [