소스 검색

向store塞入用户deptID

rongxin_dev
张泽亮 6 달 전
부모
커밋
70cedf603e
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/store/modules/user.js
  2. +2
    -0
      src/views/yinnong/doneCompleted/doneNew.vue

+ 1
- 0
src/store/modules/user.js 파일 보기

@@ -17,6 +17,7 @@ const user = {
baseRoutingUrl: '',
businessLevel: '',
userId:null,
deptId:null,
},

mutations: {


+ 2
- 0
src/views/yinnong/doneCompleted/doneNew.vue 파일 보기

@@ -83,6 +83,8 @@
queryParams: {
pageNum: 1,
pageSize: 10,
systemType: null,
deptId: null,
},
activityBusinessTypeOptions:[],
images:['../../../../static/images/yinnong/banner_02.jpg'],


불러오는 중...
취소
저장