Merge pull request '1' (#137) from pc-master into portal

Reviewed-on: #137
portal
xiaomeng 2024-03-18 08:59:56 +00:00
commit a5a5c069fa
1 changed files with 1 additions and 1 deletions

View File

@ -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", // //6ph- pattern: 10 + (this.indexs - 1) + "00", // //6ph-
regNum: 67, regNum: 71,
}; };
this.api.postReg(data).then((res) => { this.api.postReg(data).then((res) => {
if (res.data.code == 200) { if (res.data.code == 200) {