|
@@ -152,10 +152,11 @@ export default {
|
|
|
} else {
|
|
|
this.getStatisticsData()
|
|
|
this.getBasicsInfo()
|
|
|
+ this.$refs.tableDetail.refresh(true)
|
|
|
}
|
|
|
},
|
|
|
itemSn (newValue, oldValue) {
|
|
|
- if (this.isShow && newValue) {
|
|
|
+ if (this.isShow && !newValue) {
|
|
|
const _this = this
|
|
|
setTimeout(() => {
|
|
|
_this.$refs.tableDetail.refresh(true)
|