|
|
|
@ -539,6 +539,7 @@ export default { |
|
|
|
this.hotArr = []; |
|
|
|
this.hotArr = []; |
|
|
|
this.valveOneArr = []; |
|
|
|
this.valveOneArr = []; |
|
|
|
this.valveTwoArr = []; |
|
|
|
this.valveTwoArr = []; |
|
|
|
|
|
|
|
this.allValveArr = []; |
|
|
|
|
|
|
|
|
|
|
|
res.rows.forEach((row) => { |
|
|
|
res.rows.forEach((row) => { |
|
|
|
// 对 values 数组按照 orderNum 进行排序 |
|
|
|
// 对 values 数组按照 orderNum 进行排序 |
|
|
|
@ -594,6 +595,7 @@ export default { |
|
|
|
this.hotArrFour = []; |
|
|
|
this.hotArrFour = []; |
|
|
|
this.hotArrFive = []; |
|
|
|
this.hotArrFive = []; |
|
|
|
this.hotArrSix = []; |
|
|
|
this.hotArrSix = []; |
|
|
|
|
|
|
|
this.hotArrSeven = []; |
|
|
|
|
|
|
|
|
|
|
|
// 根据 orderNum 分配数据 |
|
|
|
// 根据 orderNum 分配数据 |
|
|
|
sortedValues.forEach((item) => { |
|
|
|
sortedValues.forEach((item) => { |
|
|
|
|