feat: 所有表格 添加 loading

This commit is contained in:
zhangyu
2021-05-18 19:18:14 +08:00
parent d34865c858
commit fd77ced048
26 changed files with 31 additions and 31 deletions

View File

@@ -320,14 +320,14 @@ export default {
closeChartBox (refresh) {
this.rightBox.chart.show = false
/* if (refresh) {
this.getData(this.filter)
} */
},
closeChartTempBox () {
closeChartTempBox (refresh) {
this.rightBox.chartTemp.show = false
/* if (refresh) {
} */
if (refresh) {
this.getData(this.filter)
}
},
closePanelBox (refresh) {
this.rightBox.panel.show = false