Browse Source

情报板发布日志由后端处理

wangqin
lau572 9 months ago
parent
commit
4ded31b794
  1. 4
      ruoyi-ui/src/views/JiHeExpressway/mixins/InfoBoard.js

4
ruoyi-ui/src/views/JiHeExpressway/mixins/InfoBoard.js

@ -80,13 +80,13 @@ export default{
let data = { content: content, deviceId: this.selectedDevice.iotDeviceId }
if (IS_TESTING) {
this.saveLog(content);
// this.saveLog(content);
this.____getDeviceInfo();
loading.close()
} else {
publishToBoard(data).then(res => {
this.saveLog(content);
// this.saveLog(content);
this.____getDeviceInfo();
}).catch(err=>{

Loading…
Cancel
Save