Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
3 changed files
with
6 additions
and
3 deletions
... | @@ -117,7 +117,7 @@ export default { | ... | @@ -117,7 +117,7 @@ export default { |
117 | resetForm () { | 117 | resetForm () { |
118 | this.form = { | 118 | this.form = { |
119 | startTime: getFirstDayOfSeason(), | 119 | startTime: getFirstDayOfSeason(), |
120 | endTime: timeFormat(new Date(), true), | 120 | endTime: timeFormat(new Date(), true), |
121 | }; | 121 | }; |
122 | this.getProcessCounts(); | 122 | this.getProcessCounts(); |
123 | }, | 123 | }, | ... | ... |
... | @@ -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