Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user