仓库管理-物料记录表:修改增删改查样式
质量管理-首检:mqtt 登录id延长字段,并且首检添加标识符,便于查看
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user