浏览代码

Revert "提示"

This reverts commit ec8f0071015bcf39121445f2604cfb4f89940f33.
CzRger 1 年之前
父节点
当前提交
0150853f46
共有 1 个文件被更改,包括 2 次插入6 次删除
  1. 2 6
      src/views/staging/zby/center/index.vue

+ 2 - 6
src/views/staging/zby/center/index.vue

@@ -170,12 +170,8 @@ export default defineComponent({
       if (store.state.app.signInfo?.id && store.state.app.signInfo?.type !== '2' && ratherTime(store.state.app.timestamp, store.state.app.publicConfig['sign.end.time'], 0)) {
         str.push('未签退')
       }
-      if (!store.state.app.dailyInfo?.id) {
-        if (store.state.app.timestamp < new Date(`${that.$util.YMD(store.state.app.timestamp)} ${store.state.app.publicConfig['log.submit.time']}`).getTime()) {
-          str.push('未提交日志')
-        } else if (ratherTime(store.state.app.timestamp, store.state.app.publicConfig['log.submit.time'], store.state.app.publicConfig['log.remind.time'])){
-          str.push('未提交日志')
-        }
+      if (!store.state.app.dailyInfo?.id && ratherTime(store.state.app.timestamp, store.state.app.publicConfig['log.submit.time'], store.state.app.publicConfig['log.remind.time'])) {
+        str.push('未提交日志')
       }
       if (store.getters['app/isWeeklyDay'] && !store.state.app.weeklyInfo?.id && ratherTime(store.state.app.timestamp, store.state.app.publicConfig['week.submit.time'], store.state.app.publicConfig['week.remind.time'])) {
         str.push('未提交周报')