1 #221

Merged
xiaomeng merged 1 commits from pc-master into portal 2025-02-19 09:47:43 +00:00

View File

@ -744,7 +744,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: 75, regNum: 76,
}; };
this.api.postReg(data).then((res) => { this.api.postReg(data).then((res) => {
this.loading.close() this.loading.close()