feat: 所有表格 添加 loading
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user