Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
zhutianqi
2022-01-04 11:08:37 +08:00
2 changed files with 3 additions and 1 deletions
@@ -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))
},
@@ -176,7 +176,7 @@
:rows="3"
resize="none"
placeholder="请输入意见"
v-model="commentStep1">
v-model="commentInfo">
</el-input>
</div>
</el-collapse-item>