Bläddra i källkod

向store塞入用户deptID

rongxin_dev
张泽亮 6 månader sedan
förälder
incheckning
70cedf603e
2 ändrade filer med 3 tillägg och 0 borttagningar
  1. +1
    -0
      src/store/modules/user.js
  2. +2
    -0
      src/views/yinnong/doneCompleted/doneNew.vue

+ 1
- 0
src/store/modules/user.js Visa fil

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


mutations: { mutations: {


+ 2
- 0
src/views/yinnong/doneCompleted/doneNew.vue Visa fil

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


Laddar…
Avbryt
Spara