|
@@ -156,7 +156,7 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
itemSn (newValue, oldValue) {
|
|
itemSn (newValue, oldValue) {
|
|
- if (this.isShow && !newValue) {
|
|
|
|
|
|
+ if (this.isShow && newValue) {
|
|
const _this = this
|
|
const _this = this
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
_this.$refs.tableDetail.refresh(true)
|
|
_this.$refs.tableDetail.refresh(true)
|