@ -567,6 +567,7 @@ export default {
submitForm() {
this.$refs["form"].validate(valid => {
if (valid) {
this.form.tenantId = this.gsInfo.active_id;
this.buttonLoading = true;
if (this.form.id != null) {
updateAttendance(this.form).then(response => {