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)