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

Reviewed-on: #137
This commit is contained in:
xiaomeng 2024-03-18 08:59:56 +00:00
commit a5a5c069fa

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) {