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