Compare commits
No commits in common. "5fcaa69782e67cd4fb9837c86240ad41fe27646e" and "dec55cae25056f27ee1fa433416e685677bce094" have entirely different histories.
5fcaa69782
...
dec55cae25
@ -744,7 +744,7 @@ export default {
|
|||||||
var data = {
|
var data = {
|
||||||
equipmentId: store.equipmentList[store.equipmentIndex - 1].deviceId,
|
equipmentId: store.equipmentList[store.equipmentIndex - 1].deviceId,
|
||||||
pattern: 10 + (this.indexs - 1) + "00", //需要根据文档填写 //6目标ph-数值
|
pattern: 10 + (this.indexs - 1) + "00", //需要根据文档填写 //6目标ph-数值
|
||||||
regNum: 76,
|
regNum: 75,
|
||||||
};
|
};
|
||||||
this.api.postReg(data).then((res) => {
|
this.api.postReg(data).then((res) => {
|
||||||
this.loading.close()
|
this.loading.close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user