|
|
@@ -23,11 +23,11 @@ Component({
|
|
|
getApp().globalData.Language.getLanguagePackage(this)
|
|
|
this.data.organization = this.selectComponent("#organization");
|
|
|
this.data.organization.initDepAndUser().then(active => {
|
|
|
- let userid = active.userid || wx.getStorageSync("userMsg").userid;
|
|
|
- this.setData({
|
|
|
- "content.dataid": userid,
|
|
|
- userid,
|
|
|
- })
|
|
|
+ let userid = active.userid || wx.getStorageSync("userMsg").userid;
|
|
|
+ this.setData({
|
|
|
+ "content.dataid": userid,
|
|
|
+ userid,
|
|
|
+ })
|
|
|
this.triggerEvent('update', "Client")
|
|
|
});
|
|
|
this.setFiltratelist();
|
|
|
@@ -190,6 +190,7 @@ Component({
|
|
|
setTimeout(() => {
|
|
|
this.selectComponent('#ListBox').automaticSetHei();
|
|
|
if (this.data.searchShow) {
|
|
|
+ if (this.selectComponent("#Yl_Filtrate1").data.show) return
|
|
|
this.setData({
|
|
|
focus: true
|
|
|
})
|