Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
3 changed files
with
5 additions
and
2 deletions
| ... | @@ -132,6 +132,7 @@ export default { | ... | @@ -132,6 +132,7 @@ export default { |
| 132 | this.form = { | 132 | this.form = { |
| 133 | startTime: getFirstDayOfSeason(), | 133 | startTime: getFirstDayOfSeason(), |
| 134 | endTime: timeFormat(new Date(),true), | 134 | endTime: timeFormat(new Date(),true), |
| 135 | qxdm: "", | ||
| 135 | }; | 136 | }; |
| 136 | this.getSuucessRate(); | 137 | this.getSuucessRate(); |
| 137 | }, | 138 | }, | ... | ... |
| ... | @@ -126,9 +126,11 @@ export default { | ... | @@ -126,9 +126,11 @@ export default { |
| 126 | // 重置 | 126 | // 重置 |
| 127 | resetForm () { | 127 | resetForm () { |
| 128 | this.form = { | 128 | this.form = { |
| 129 | startTime: "", | 129 | startTime: getFirstDayOfSeason(), |
| 130 | endTime: "", | 130 | endTime: timeFormat(new Date(),true), |
| 131 | qxdm: "" | ||
| 131 | }; | 132 | }; |
| 133 | this.getProcessCounts(); | ||
| 132 | }, | 134 | }, |
| 133 | //图表渲染 | 135 | //图表渲染 |
| 134 | echartInit(chartArr) { | 136 | echartInit(chartArr) { | ... | ... |
-
Please register or sign in to post a comment