Compare commits

..

No commits in common. "a5a5c069fac80a002149e92223e4b37b27f0abca" and "cf25f299cc7eff73a2fc1c6d991f5d036d1c394b" have entirely different histories.

View File

@ -672,7 +672,7 @@ export default {
var data = {
equipmentId: store.equipmentList[store.equipmentIndex - 1].deviceId,
pattern: 10 + (this.indexs - 1) + "00", // //6ph-
regNum: 71,
regNum: 67,
};
this.api.postReg(data).then((res) => {
if (res.data.code == 200) {