wip
This commit is contained in:
parent
c54969d587
commit
15c9d9e8d0
|
|
@ -171,6 +171,7 @@
|
|||
Object.keys(this.dialog.form).forEach(key => this.dialog.form[key] = '')
|
||||
this.dialog.form.roles = [];
|
||||
this.dialog.show = false
|
||||
this.$refs[form].resetFields();
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
|
|
@ -184,6 +184,7 @@
|
|||
Object.keys(this.dialog.form).forEach(key => this.dialog.form[key] = '')
|
||||
this.dialog.form.status = 1
|
||||
this.dialog.show = false
|
||||
this.$refs[form].resetFields();
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
|
|
@ -204,6 +204,7 @@
|
|||
this.dialog.form.name = {};
|
||||
this.dialog.form.description = {};
|
||||
this.dialog.show = false
|
||||
this.$refs[form].resetFields();
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
|
|
@ -207,6 +207,7 @@
|
|||
Object.keys(this.dialog.form).forEach(key => this.dialog.form[key] = '')
|
||||
this.dialog.form.tax_rules = []
|
||||
this.dialog.show = false
|
||||
this.$refs[form].resetFields();
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
|
|
@ -182,6 +182,7 @@
|
|||
Object.keys(this.dialog.form).forEach(key => this.dialog.form[key] = '')
|
||||
this.dialog.form.type = 'percent';
|
||||
this.dialog.show = false
|
||||
this.$refs[form].resetFields();
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue