diff --git a/components/audit/select-audit-staff.vue b/components/audit/select-audit-staff.vue index f903c23..76c52d6 100644 --- a/components/audit/select-audit-staff.vue +++ b/components/audit/select-audit-staff.vue @@ -58,7 +58,7 @@ _that._loadStaffList(); }else{ _that.audit.staffId = _data.data[0].assignee; - this.$emit('getAuditInfo', this.audit) + _that.$emit('getAuditInfo', _that.audit) } }) },