This commit is contained in:
孙萌 2024-03-18 16:45:22 +08:00
parent 2dde0571e3
commit c0e8e81a09

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