From 307b7cb623cdb065c1338ff86c27504b3f43e050 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 7 Sep 2023 18:02:48 +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, 2 insertions(+) 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; } }) },