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

修改本月统计

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