Explorar el Código

向store塞入用户deptID

jingqu
张泽亮 hace 1 año
padre
commit
70cedf603e
Se han modificado 2 ficheros con 3 adiciones y 0 borrados
  1. +1
    -0
      src/store/modules/user.js
  2. +2
    -0
      src/views/yinnong/doneCompleted/doneNew.vue

+ 1
- 0
src/store/modules/user.js Ver fichero

@@ -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 Ver fichero

@@ -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'],


Cargando…
Cancelar
Guardar