Compare commits
No commits in common. "a5a5c069fac80a002149e92223e4b37b27f0abca" and "cf25f299cc7eff73a2fc1c6d991f5d036d1c394b" have entirely different histories.
a5a5c069fa
...
cf25f299cc
@ -672,7 +672,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: 71,
|
regNum: 67,
|
||||||
};
|
};
|
||||||
this.api.postReg(data).then((res) => {
|
this.api.postReg(data).then((res) => {
|
||||||
if (res.data.code == 200) {
|
if (res.data.code == 200) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user