Compare commits

...

2 Commits

1 changed files with 5 additions and 5 deletions

View File

@ -276,7 +276,7 @@ export default {
componentType: '',
typeFiltering: '',
typeData: [],
flowType:'出流'
FlowType:'出流'
},
// typeData: ['', '', '', '', ''],
@ -540,7 +540,7 @@ export default {
const u8arr = new Uint8Array(message);
const temp = utf8decoder.decode(u8arr); //
const msg = JSON.parse(temp); //JSON
console.log("msg",msg)
// console.log("msg",msg)
// document.getElementById('mapModule').contentWindow.getDestination(JSON.stringify(msg));
if (msg.rate == 'high') {
@ -598,7 +598,7 @@ export default {
const temp = utf8decoder.decode(u8arr); //
var detId = [];
const msgN = JSON.parse(temp);
// console.log("trigger_msgN",msgN)
console.log("trigger_msgN",msgN)
this.triggerListData = msgN;
} catch (error) {}
break;
@ -695,7 +695,7 @@ export default {
this.componentForm.componentParameterId = res.data.data.componentParameterId;
this.componentForm.cycleInterval = res.data.data.cycleInterval;
this.componentForm.startSectionIds = res.data.data.startSectionIds;
this.componentForm.flowType = res.data.data.flowType;
// this.componentForm.FlowType = res.data.data.flowType;
this.componentForm.startSectionNames = res.data.data.startSectionNames;
this.componentForm.endSectionIds = res.data.data.endSectionIds;
this.componentForm.endSectionNames = res.data.data.endSectionNames;
@ -1075,7 +1075,7 @@ export default {
formData.append('startValue', componentForm.startValue);
formData.append('timeMode', componentForm.timeMode);
formData.append('presentationForm', componentForm.presentationForm);
formData.append('FlowType', componentForm.flowType);
formData.append('flowType', componentForm.FlowType);
}
axios({
method: 'post',