Compare commits
	
		
			No commits in common. "64e4d87f6d1c2ea2f5155ed01775534faf2241a0" and "a6229c5fb64ac09f39c004d4428e41248678354a" have entirely different histories.
		
	
	
		
			64e4d87f6d
			...
			a6229c5fb6
		
	
		|  | @ -227,7 +227,7 @@ export default { | ||||||
|       // 筛选条件 |       // 筛选条件 | ||||||
|       queryParams: { |       queryParams: { | ||||||
|         pageNum: 1, |         pageNum: 1, | ||||||
|         pageSize: 50, |         pageSize: 10, | ||||||
|         stage: 1, |         stage: 1, | ||||||
|         stageStatus: null, |         stageStatus: null, | ||||||
|         childNode: '', |         childNode: '', | ||||||
|  | @ -259,7 +259,7 @@ export default { | ||||||
|       // 选中的值 |       // 选中的值 | ||||||
|       stageName: '阶段一', |       stageName: '阶段一', | ||||||
|       statusName: '全部', |       statusName: '全部', | ||||||
|       selectedStatusValue: 1, // 当前选中的状态值 |       selectedStatusValue: '', // 当前选中的状态值 | ||||||
| 
 | 
 | ||||||
|       // 点位详情 |       // 点位详情 | ||||||
|       selectedPoint: {}, |       selectedPoint: {}, | ||||||
|  | @ -289,11 +289,10 @@ export default { | ||||||
|     init() { |     init() { | ||||||
|       this.stageName = this.stageOptions[0][0].label |       this.stageName = this.stageOptions[0][0].label | ||||||
|       this.queryParams.stage = this.stageOptions[0][0].value |       this.queryParams.stage = this.stageOptions[0][0].value | ||||||
|       // 设置默认状态为"未完成" |       // 设置默认状态为"全部" | ||||||
|       const statusIndex = 1 |       this.selectedStatusValue = this.statusOptions[0][0].value | ||||||
|       this.selectedStatusValue = this.statusOptions[0][statusIndex].value |       this.statusName = this.statusOptions[0][0].label | ||||||
|       this.statusName = this.statusOptions[0][statusIndex].label |       this.queryParams.stageStatus = this.selectedStatusValue || null | ||||||
|       this.queryParams.stageStatus = this.selectedStatusValue |  | ||||||
|       this.loadPointList() |       this.loadPointList() | ||||||
|     }, |     }, | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue