From 5ef2e4f901724e7edbb4ce8e0523ae70161a7fa3 Mon Sep 17 00:00:00 2001 From: daihh Date: Wed, 8 Mar 2023 21:47:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E7=AE=A1=E7=90=86=E7=AB=AF=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E8=B0=83=E7=94=A8=E6=AD=A4=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E8=BA=AB=E4=BB=BD=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/WaitAudit.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/course/WaitAudit.vue b/src/views/course/WaitAudit.vue index 31f704ca..6efa1f1d 100644 --- a/src/views/course/WaitAudit.vue +++ b/src/views/course/WaitAudit.vue @@ -197,6 +197,9 @@ export default { }; }, mounted() { + //为管理端,直接调用此页面时,设置当前人的身份 + this.$store.dispatch('SetCurIdentity',2); + this.searchData(); this.getResOwnerTree().then(rs=>{ this.resOwnerListMap=rs;