NEZ-1280 feat: 图表刷新
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
export default {
|
||||
name: 'loading',
|
||||
props: {
|
||||
|
||||
loading: Boolean
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
@@ -23,6 +23,11 @@ export default {
|
||||
endLoading () {
|
||||
this.showLoading = false
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
loading (n) {
|
||||
this.showLoading = n
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user