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