1 #137

Merged
xiaomeng merged 1 commits from pc-master into portal 2024-03-18 08:59:57 +00:00
1 changed files with 1 additions and 1 deletions

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: 67,
regNum: 71,
};
this.api.postReg(data).then((res) => {
if (res.data.code == 200) {