This commit is contained in:
Cp0204 2024-03-30 10:44:57 +08:00
parent 4b45c916a2
commit 91a5a57752

View File

@ -209,7 +209,7 @@
'formData.push_config': {
handler: function (newVal, oldVal) {
for (key in newVal) {
if (newVal[key] === 'string') {
if (typeof newVal[key] === 'string') {
if (newVal[key].toLowerCase() === 'false') {
this.$set(this.formData.push_config, key, false);
} else if (newVal[key].toLowerCase() === 'true') {