perf: overview-loading和N/A统一居中且不再同时显示

This commit is contained in:
chenjinsong
2020-05-07 15:22:03 +08:00
parent e8745745bc
commit 0dc6f9d0e0
4 changed files with 42 additions and 21 deletions

View File

@@ -288,9 +288,11 @@
},
startLoading:function(){
this.$refs.loading.startLoading();
this.$emit("is-loading", true);
},
endLoading:function(){
this.$refs.loading.endLoading();
this.$emit("is-loading", false);
},
guid() {
function S4() {