|
@@ -164,7 +164,7 @@
|
|
:activeIndex="index"
|
|
:activeIndex="index"
|
|
:ids="[currentRow.id]"
|
|
:ids="[currentRow.id]"
|
|
:currentRow="currentRow"
|
|
:currentRow="currentRow"
|
|
- :windCode="windCode"
|
|
|
|
|
|
+ :windCode="windCode"
|
|
@update:currentIndex="handleCurrentIndexUpdate"
|
|
@update:currentIndex="handleCurrentIndexUpdate"
|
|
@update-previous-row="goToPreviousRow"
|
|
@update-previous-row="goToPreviousRow"
|
|
@update-next-row="goToNextRow"
|
|
@update-next-row="goToNextRow"
|
|
@@ -179,7 +179,7 @@
|
|
:activeIndex="index"
|
|
:activeIndex="index"
|
|
:currentRow="currentRow"
|
|
:currentRow="currentRow"
|
|
:ids="[currentRow.id]"
|
|
:ids="[currentRow.id]"
|
|
- :windCode="windCode"
|
|
|
|
|
|
+ :windCode="windCode"
|
|
@update:currentIndex="handleCurrentIndexUpdate"
|
|
@update:currentIndex="handleCurrentIndexUpdate"
|
|
@update-previous-row="goToPreviousRow"
|
|
@update-previous-row="goToPreviousRow"
|
|
@update-next-row="goToNextRow"
|
|
@update-next-row="goToNextRow"
|
|
@@ -653,7 +653,7 @@ export default {
|
|
};
|
|
};
|
|
|
|
|
|
axios
|
|
axios
|
|
- .post("/Wjapi/analysis/trend", params)
|
|
|
|
|
|
+ .post("/WJapi/analysis/trend", params)
|
|
.then((res) => {
|
|
.then((res) => {
|
|
this.qsList = JSON.parse(res.data);
|
|
this.qsList = JSON.parse(res.data);
|
|
this.fourList.push(newItem);
|
|
this.fourList.push(newItem);
|
|
@@ -669,9 +669,7 @@ export default {
|
|
startTime: this.$formatDateTWO(this.timevalue[0]),
|
|
startTime: this.$formatDateTWO(this.timevalue[0]),
|
|
endTime: this.$formatDateTWO(this.timevalue[1]),
|
|
endTime: this.$formatDateTWO(this.timevalue[1]),
|
|
};
|
|
};
|
|
- console.log(params,'params');
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ console.log(params, "params");
|
|
|
|
|
|
// const params = {
|
|
// const params = {
|
|
// endTime: "2024-07-02 00:00:00",
|
|
// endTime: "2024-07-02 00:00:00",
|