仓库管理-物料记录表:修改增删改查样式

质量管理-首检:mqtt 登录id延长字段,并且首检添加标识符,便于查看
This commit is contained in:
赵正易
2024-03-17 14:52:23 +08:00
parent ea844e3d02
commit 42c371a143
2 changed files with 429 additions and 402 deletions

View File

@@ -548,7 +548,7 @@
toindex: 0, //索引
timer: null, //定时器
mqttClient: null,
mqttClientId: emqxUtil.title + Math.random().toString(16).substring(2, 8)
mqttClientId: emqxUtil.title + 'FirstFQC' + Math.random().toString(16).substring(1, 10)
}
},
created() {
@@ -1091,7 +1091,7 @@
// 退出页面
beforeDestroy() {
this.stopTimer();
// emqxUtil.endClient(this.mqttClient);
emqxUtil.endClient(this.mqttClient);
},
}
</script>