rollback^2
xy 8 months ago
parent 1223a4d28f
commit c9873209ed

@ -64,6 +64,8 @@ export default {
},
data() {
return {
//
customValidate: () => {},
// modal
defaultModalSize,
zIndex: PopupManager.nextZIndex(),
@ -150,6 +152,7 @@ export default {
getToken,
request,
async validate() {
this.customValidate()
const $elForm = this.$refs['elForm']
if ($elForm) {
await this.$refs['elForm'].validate()

Loading…
Cancel
Save