|
@@ -184,8 +184,7 @@ export default {
|
|
|
subUrl: "powersaturation/powersaturationlist",
|
|
|
data: {
|
|
|
wtId: that.wtId,
|
|
|
- year: new Date(that.recorddate).getFullYear(),
|
|
|
- month: (new Date(that.recorddate).getMonth() + 1)
|
|
|
+ recorddate: that.recorddate
|
|
|
},
|
|
|
success (res) {
|
|
|
that.tableData.data = res.data.list;
|
|
@@ -202,8 +201,7 @@ export default {
|
|
|
subUrl: "powersaturation/powersaturationchart",
|
|
|
data: {
|
|
|
wtId: that.wtId,
|
|
|
- year: new Date(that.recorddate).getFullYear(),
|
|
|
- month: (new Date(that.recorddate).getMonth() + 1)
|
|
|
+ recorddate: that.recorddate
|
|
|
},
|
|
|
success (res) {
|
|
|
|