更新plc

This commit is contained in:
2024-07-16 11:04:46 +08:00
parent 572f72c213
commit 6f88d254e5
336 changed files with 212 additions and 29 deletions

View File

@@ -137,6 +137,18 @@ export default {
case 'Omron':
this.updataURL = 'OmronPlc'
break
case 'Inovance':
this.model = 1
this.$http({
url: this.$http.adornUrl('api/server/plcCreate/list-DataFormat'),
method: 'post'
}).then(({ data }) => {
if (data && data.code === 0) {
this.options2 = data.data
}
})
this.updataURL = 'InovancePlc'
break
default:
this.model = 2
this.updataURL = 'siemensPlc'