Commit 6ca6117a6436c8ac136da0712b156be4ba758a17
1 parent
0f044a88
v1.9 修改催缴单bug
Showing
1 changed file
with
5 additions
and
0 deletions
src/views/system/operateDataLogList.vue
| ... | ... | @@ -150,11 +150,16 @@ export default { |
| 150 | 150 | }, |
| 151 | 151 | created() { |
| 152 | 152 | this.communityId = getCommunityId() |
| 153 | + this.changeTab(this.operateDataLogInfo._currentTab) | |
| 153 | 154 | }, |
| 154 | 155 | methods: { |
| 155 | 156 | changeTab(tab) { |
| 156 | 157 | this.operateDataLogInfo._currentTab = tab |
| 157 | 158 | setTimeout(() => { |
| 159 | + if(tab === 'ownerDetailHis') { | |
| 160 | + this.$refs[tab].open('','','',this.operateDataLogInfo.conditions.logStartTime,this.operateDataLogInfo.conditions.logEndTime,this.operateDataLogInfo.conditions.staffNameLike) | |
| 161 | + return; | |
| 162 | + } | |
| 158 | 163 | if (this.$refs[tab]) { |
| 159 | 164 | this.$refs[tab].open(this.operateDataLogInfo.conditions) |
| 160 | 165 | } | ... | ... |