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