瀏覽代碼

向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: '', baseRoutingUrl: '',
businessLevel: '', businessLevel: '',
userId:null, userId:null,
deptId:null,
}, },


mutations: { mutations: {


+ 2
- 0
src/views/yinnong/doneCompleted/doneNew.vue 查看文件

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


Loading…
取消
儲存