This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
向store塞入用户deptID
rongxin_dev
张泽亮
6 months ago
parent
6a9b8e80f3
commit
70cedf603e
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/store/modules/user.js
+2
-0
src/views/yinnong/doneCompleted/doneNew.vue
+ 1
- 0
src/store/modules/user.js
View File
@@ -17,6 +17,7 @@ const user = {
baseRoutingUrl: '',
businessLevel: '',
userId:null,
deptId:null,
},
mutations: {
+ 2
- 0
src/views/yinnong/doneCompleted/doneNew.vue
View File
@@ -83,6 +83,8 @@
queryParams: {
pageNum: 1,
pageSize: 10,
systemType: null,
deptId: null,
},
activityBusinessTypeOptions:[],
images:['../../../../static/images/yinnong/banner_02.jpg'],
Write
Preview
Loading…
Cancel
Save