* Code for js refactors in task #85502

This commit is contained in:
guofeilong
2023-03-02 13:22:01 +08:00
parent 25f195767f
commit 8f2ef6fa58
+6 -1
View File
@@ -93,9 +93,14 @@
$(formItem).kindeditor();
}
}
$.zui.store.remove(formDataID);
}
}
]
],
onAction: function(name, action, messager)
{
$.zui.store.remove(formDataID);
}
}).show();
}
form.on('input', function()