|
|
@@ -21,7 +21,7 @@ Page({
|
|
|
}],
|
|
|
"content": {
|
|
|
"type": 1,
|
|
|
- "dataid": 0,
|
|
|
+ "dataid": wx.getStorageSync('userMsg').departmentid,
|
|
|
"baseonproject": 1,
|
|
|
"title": ""
|
|
|
},
|
|
|
@@ -86,7 +86,7 @@ Page({
|
|
|
if (detail) this.setData({
|
|
|
active: null,
|
|
|
"content.type": 1,
|
|
|
- "content.dataid": 0,
|
|
|
+ "content.dataid": wx.getStorageSync('userMsg').departmentid,
|
|
|
});
|
|
|
this.selectComponent("#organization").initDepAndUser();
|
|
|
this.getRests();
|
|
|
@@ -113,7 +113,7 @@ Page({
|
|
|
this.selectComponent("#organization").initDepAndUser()
|
|
|
this.setData({
|
|
|
active: null,
|
|
|
- 'content.dataid': 0,
|
|
|
+ "content.dataid": wx.getStorageSync('userMsg').departmentid,
|
|
|
'content.type': 1,
|
|
|
isonlydep: false
|
|
|
})
|