From d3bca3184192093f0e5c42da9731c963b2ffe1f9 Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 9 Mar 2023 13:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=2066437=E3=80=91=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=94=A8=E6=88=B7back=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E6=97=A0=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/jerobiz/JSelectUserByDep.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jero-web/src/components/jerobiz/JSelectUserByDep.vue b/jero-web/src/components/jerobiz/JSelectUserByDep.vue index 7fff5f5b..a6db0bf1 100644 --- a/jero-web/src/components/jerobiz/JSelectUserByDep.vue +++ b/jero-web/src/components/jerobiz/JSelectUserByDep.vue @@ -100,7 +100,7 @@ export default { this.textVals = textVals }, // 返回选中的用户信息 - backDeparInfo () { + backUserInfo () { if (this.backUser === true) { if (this.storeVals && this.storeVals.length > 0) { const arr1 = this.storeVals.split(',') @@ -135,6 +135,7 @@ export default { this.textVals = temp2.join(',') } this.$emit('change', this.storeVals) + this.backUserInfo() } } }