瀏覽代碼

提交代码

Lijy 1 月之前
父節點
當前提交
4a38c0724d
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      fhKeeper/formulahousekeeper/timesheet/src/views/Home.vue

+ 3 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/Home.vue

@@ -771,6 +771,9 @@
                             sessionStorage.action = action
                             this.$router.push("/projectInside/"+date);
                             this.drawer = false;
+                        } else if(type == 11) {
+                            this.$router.push("/list");
+                            this.drawer = false;
                         }