diff --git a/components/audit/select-audit-staff.vue b/components/audit/select-audit-staff.vue index 8718bf4..e559fcc 100644 --- a/components/audit/select-audit-staff.vue +++ b/components/audit/select-audit-staff.vue @@ -56,6 +56,8 @@ _that.audit.assignee = _data.data[0].assignee; if(_that.audit.assignee == '-2'){ _that._loadStaffList(); + }else{ + _that.audit.staffId = _data.data[0].assignee; } }) },