|
@@ -279,7 +279,8 @@ export default {
|
|
|
projectId: undefined,
|
|
|
startDate: undefined,
|
|
|
endDate: undefined,
|
|
|
- statusGroup: ['0', '1', '2', '3'],
|
|
|
+ // statusGroup: ['0', '1', '2', '3'],
|
|
|
+ statusGroup: [],
|
|
|
priority: undefined
|
|
|
},
|
|
|
projectTree: [],
|
|
@@ -331,8 +332,8 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
initData() {
|
|
|
- this.$set(this.queryParams, 'startDate', DateUtil.beforeDay(null, 15))
|
|
|
- this.$set(this.queryParams, 'endDate', DateUtil.afterDay(null, 15))
|
|
|
+ this.$set(this.queryParams, 'startDate', DateUtil.beforeDay(null, 30))
|
|
|
+ this.$set(this.queryParams, 'endDate', DateUtil.afterDay(null, 30))
|
|
|
this.getList()
|
|
|
getProjectTree({status: '0'}).then(res => {
|
|
|
this.projectTree = res.data
|