Compare commits

..

2 Commits

Author SHA1 Message Date
a5a5c069fa Merge pull request '1' (#137) from pc-master into portal
Reviewed-on: #137
2024-03-18 08:59:56 +00:00
孙萌
c0e8e81a09 1 2024-03-18 16:45:22 +08:00

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