|
|
@@ -441,10 +441,6 @@ export default {
|
|
|
this.$set(this.queryParams, 'endDate', DateUtil.afterDay(null, 15))
|
|
|
this.getList()
|
|
|
},
|
|
|
- selectProjectChange(val) {
|
|
|
- this.queryParams.projectId = val[val.length - 1]
|
|
|
- this.getList()
|
|
|
- },
|
|
|
getList() {
|
|
|
if (DateUtil.unix(this.queryParams.startDate) > DateUtil.unix(this.queryParams.endDate)) {
|
|
|
this.$message.warning("开始时间不能超过结束时间")
|