From 9452c3380108e60d3379242835d86fc1a7c1119b Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 8 Sep 2023 17:23:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=89=A9=E4=B8=9A=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/audit/select-audit-staff.vue | 1 + 1 file changed, 1 insertion(+) 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) } }) },