perf: overview-loading和N/A统一居中且不再同时显示
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user