diff --git a/src/pages/localTool/standCalendar/index.vue b/src/pages/localTool/standCalendar/index.vue index 738fc2820..06537d031 100644 --- a/src/pages/localTool/standCalendar/index.vue +++ b/src/pages/localTool/standCalendar/index.vue @@ -505,6 +505,8 @@ export default { } this.lastYear = selYear this.lastMonth = selMonth + // 获取日历变化的日期并显示 + this.value = new Date(this.value.setDate(1)) this.value = new Date(this.value.setMonth(this.value.getMonth() - monthNum)) this.value = new Date(this.value.setFullYear(this.value.getFullYear() - yearNum)) }, diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue index ce92499e4..34eecdb81 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue @@ -176,7 +176,7 @@ :rows="3" resize="none" placeholder="请输入意见" - v-model="commentStep1"> + v-model="commentInfo">