|
@@ -1277,6 +1277,13 @@ export default {
|
|
|
this.$data.datezoom_table,
|
|
|
this.$options.data().datezoom_table
|
|
|
);
|
|
|
+ var digital1 = new URLSearchParams();
|
|
|
+ digital1.append("wtId", this.fj);
|
|
|
+ digital1.append("recorddate", this.data_01);
|
|
|
+ this.$http.post("/goodness/getplotBands", digital1).then((res) => {
|
|
|
+ this.datezoom_table = res.data.data;
|
|
|
+ });
|
|
|
+
|
|
|
var digital2 = new URLSearchParams();
|
|
|
digital2.append("wtId", this.fj);
|
|
|
digital2.append("recorddate", this.data_01);
|
|
@@ -1301,12 +1308,7 @@ export default {
|
|
|
this.$http.post("/goodness/getInputSmall", digital).then((res) => {
|
|
|
this.qrfd.push(res.data.data);
|
|
|
});
|
|
|
- var digital1 = new URLSearchParams();
|
|
|
- digital1.append("wtId", this.fj);
|
|
|
- digital1.append("recorddate", this.data_01);
|
|
|
- this.$http.post("/goodness/getplotBands", digital1).then((res) => {
|
|
|
- this.datezoom_table = res.data.data;
|
|
|
- });
|
|
|
+
|
|
|
},
|
|
|
query_power() {
|
|
|
Object.assign(
|