Commit 53022147 by 刘泽奇

123

parent 28110a6c
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -173,7 +173,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -173,7 +173,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
$("#app").css("min-height", $(window).height()); $("#app").css("min-height", $(window).height());
}); });
$("#app").css("visibility", 'visible'); $("#app").css("visibility", 'visible');
this.loading = false; this.loading = false;
this.channelName = location.hash.split('/')[1]; this.channelName = location.hash.split('/')[1];
}, },
updated() { updated() {
...@@ -196,8 +196,8 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -196,8 +196,8 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
var path = from.split('/')[1]; var path = from.split('/')[1];
return path; return path;
}, },
handleHeader(){ handleHeader() {
setTimeout(() => { this.$nextTick(() => {
if (location.hash.split('/')[1] == "jd") { if (location.hash.split('/')[1] == "jd") {
var selftmreg = location.hash.includes('/selftmreg'); var selftmreg = location.hash.includes('/selftmreg');
var OAjdlist = location.hash.includes('/OAjdlist'); var OAjdlist = location.hash.includes('/OAjdlist');
...@@ -217,7 +217,8 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -217,7 +217,8 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
$('.jdc-footer').hide(); $('.jdc-footer').hide();
console.log("zzzzzzzzzzzzzzz", location.hash.split('/')[1], this.headerHidden); console.log("zzzzzzzzzzzzzzz", location.hash.split('/')[1], this.headerHidden);
} }
}, 300); })
}, },
// 处理参数方法 // 处理参数方法
copyParams(actionBody, actionType, url, isUser = "no", isDecryptUser = "no") { copyParams(actionBody, actionType, url, isUser = "no", isDecryptUser = "no") {
......
...@@ -656,12 +656,12 @@ ...@@ -656,12 +656,12 @@
if (item.submitTime) { if (item.submitTime) {
item.submitTime = new Date(item.submitTime).toLocaleString('chinese', { hour12: false }); item.submitTime = new Date(item.submitTime).toLocaleString('chinese', { hour12: false });
} else { } else {
item.submitTime = '--'; item.submitTime = '';
} }
if (item.CreateDate) { if (item.CreateDate) {
item.CreateDate = new Date(item.CreateDate).toLocaleDateString('chinese', { hour12: false }); item.CreateDate = new Date(item.CreateDate).toLocaleDateString('chinese', { hour12: false });
} else { } else {
item.CreateDate = '--'; item.CreateDate = '';
} }
}); });
} else { } else {
......
...@@ -579,7 +579,7 @@ ...@@ -579,7 +579,7 @@
} }
.el-dialog__wrapper { .jdindentdetail-drawer .el-dialog__wrapper {
cursor: pointer; cursor: pointer;
} }
......
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