From af527e3963378783277fcdf926279163c7c89e63 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 8 Sep 2023 18:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/audit/select-audit-staff.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } }) },