Commit 61d206e8 authored by 赵啸非's avatar 赵啸非

修改本月统计

parent b1c2c1a6
......@@ -221,7 +221,6 @@ export default {
/** 导出Excel */
doExport() {
if(this.isExport==true) {
console.log("isExport:",this.isExport)
this.$message.info("考勤数据正在导出中,请勿重复点击!")
return false;
}
......
......@@ -24,15 +24,15 @@ export default {
this.$message.error(error.message || '请登录');
console.log("href:"+process.env.VUE_APP_PORTAL_URL)
// window.location.href=process.env.VUE_APP_PORTAL_URL=='undefined'?'http://192.168.0.98:11072':process.env.VUE_APP_PORTAL_URL
//window.location.href=process.env.VUE_APP_PORTAL_URL=='undefined'?'http://192.168.0.98:11072':process.env.VUE_APP_PORTAL_URL
// window.location.href=process.env.VUE_APP_PORTAL_URL
this.$router.replace({
window.location.href=process.env.VUE_APP_PORTAL_URL
/* this.$router.replace({
path: '/login',
query: {
redirect: this.redirect,
}
});
});*/
}
},
computed: {
......
......@@ -89,7 +89,7 @@
{label: "入职时间", prop: "entryDate", formatter: this.formatterDate},
{label: "审核状态", prop: "auditStatus",formatter: this.formatter},
{
label: "操作",
width: 240,
......
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