Commit a8dbd937 by 李宏达

lhd

parent e03b1670
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
} }
}, },
mounted:function(){ mounted:function(){
console.log(this.$root.currentUser, '调用方法');
var url = this.$router.history.current.query.url; var url = this.$router.history.current.query.url;
if(url){ if(url){
url = decodeURIComponent(url); url = decodeURIComponent(url);
......
...@@ -7059,7 +7059,7 @@ ...@@ -7059,7 +7059,7 @@
var params = { search: this.search, obj: this.obj }; var params = { search: this.search, obj: this.obj };
const loadingbyc = this.$loading({ const loadingbyc = this.$loading({
lock: true, lock: true,
text: 'Loading', text: 'Loading',
spinner: 'el-icon-loading', spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)' background: 'rgba(0, 0, 0, 0.7)'
}); });
...@@ -7084,7 +7084,7 @@ ...@@ -7084,7 +7084,7 @@
var params = { "uid": that.dataUid }; var params = { "uid": that.dataUid };
const loadingbyc = this.$loading({ const loadingbyc = this.$loading({
lock: true, lock: true,
text: 'Loading', text: '报告生成中...',
spinner: 'el-icon-loading', spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)' background: 'rgba(0, 0, 0, 0.7)'
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment