|
@@ -85,13 +85,15 @@ export default {
|
|
|
isShow (newValue, oldValue) {
|
|
|
if (!newValue) {
|
|
|
this.$emit('close')
|
|
|
- }
|
|
|
- },
|
|
|
- stationNo (newValue, oldValue) {
|
|
|
- if (newValue && this.isShow) {
|
|
|
+ } else {
|
|
|
this.$refs.table.refresh(true)
|
|
|
}
|
|
|
}
|
|
|
+ // stationNo (newValue, oldValue) {
|
|
|
+ // if (newValue && this.isShow) {
|
|
|
+ // this.$refs.table.refresh(true)
|
|
|
+ // }
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
</script>
|