Browse Source

fix:[模板管理]优化

zhangteng
15881625488@163.com 5 days ago
parent
commit
5b9252b6ea
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/views/business/study/comp/enter.vue

+ 3
- 1
src/views/business/study/comp/enter.vue View File

@ -96,8 +96,10 @@ export default {
this.study = row
},
showDetailCallback(val) {
this.$tab.refreshPage();
this.showDetail = val
if(!this.showDetail){
this.$tab.refreshPage();
}
},
changeTab(item) {
if (this.active !== item.key) {

Loading…
Cancel
Save