From cdf082b9567da1dda71123273b4bac9e19238803 Mon Sep 17 00:00:00 2001 From: liujun Date: Fri, 19 Jan 2024 20:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4debugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow/components/list.vue | 2 +- src/views/xgf/flow/components/sendUtil.vue | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/xgf/flow/components/list.vue b/src/views/xgf/flow/components/list.vue index cc16cb4..053a0fa 100644 --- a/src/views/xgf/flow/components/list.vue +++ b/src/views/xgf/flow/components/list.vue @@ -148,7 +148,7 @@ export default { KEYWORDS: this.KEYWORDS, STATUS: '1', EMPLOY_FLAG: '1', - CHECK_STATUS: '0' + CHECK_STATUS: '1' } ).then((data) => { this.listLoading = false diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue index b6401da..31c6e0e 100644 --- a/src/views/xgf/flow/components/sendUtil.vue +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -64,6 +64,8 @@ export default { loading: false, form: { STATUS: null, + APPOINT_CORP_ID: '', + APPOINT_CORP_NAME: '', APPOINT_DEPARTMENT_ID: null, APPOINT_DEPARTMENT_NAME: '', APPOINT_USER_ID: null, @@ -88,6 +90,7 @@ export default { }, methods: { async init(e) { + console.log(JSON.parse(sessionStorage.getItem('user'))) this.loading = true this.visible = true this.heirloom = JSON.stringify(e)