本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
zhangzl
/
nsgk_mobile
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
向store塞入用户deptID
rongxin_dev
张泽亮
6 月之前
父節點
6a9b8e80f3
當前提交
70cedf603e
共有
2 個檔案被更改
,包括
3 行新增
和
0 行删除
統一視圖
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
查看文件
@@ -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'],
Write
Preview
Loading…
取消
儲存