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,11 +150,16 @@ export default { | ||
| 150 | }, | 150 | }, |
| 151 | created() { | 151 | created() { |
| 152 | this.communityId = getCommunityId() | 152 | this.communityId = getCommunityId() |
| 153 | + this.changeTab(this.operateDataLogInfo._currentTab) | ||
| 153 | }, | 154 | }, |
| 154 | methods: { | 155 | methods: { |
| 155 | changeTab(tab) { | 156 | changeTab(tab) { |
| 156 | this.operateDataLogInfo._currentTab = tab | 157 | this.operateDataLogInfo._currentTab = tab |
| 157 | setTimeout(() => { | 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 | if (this.$refs[tab]) { | 163 | if (this.$refs[tab]) { |
| 159 | this.$refs[tab].open(this.operateDataLogInfo.conditions) | 164 | this.$refs[tab].open(this.operateDataLogInfo.conditions) |
| 160 | } | 165 | } |