diff --git a/src/pages/Apply/Apply.vue b/src/pages/Apply/Apply.vue index 03f723c..e033052 100644 --- a/src/pages/Apply/Apply.vue +++ b/src/pages/Apply/Apply.vue @@ -490,7 +490,7 @@ export default { var startTime = parseInt(this.$moment(this.applyTime[0]).format("X")) var endTime = parseInt(this.$moment(this.applyTime[1]).format("X")) var nowTime = parseInt(this.$moment().format("X")) - + this.applyFilterUrl = res.data.applyTableUrl if (startTime <= nowTime && nowTime <= endTime){ pageUtils.openPage(this.$router,"/" + this.$route.params.compId +"/apply"); }else { diff --git a/src/pages/Submit/Submit.vue b/src/pages/Submit/Submit.vue index a1477f0..510972b 100644 --- a/src/pages/Submit/Submit.vue +++ b/src/pages/Submit/Submit.vue @@ -5,18 +5,18 @@
将文件拖到此处,或点击上传
@@ -35,28 +35,38 @@ @@ -108,12 +256,13 @@ export default {