#32 fzq

Merged
gtz217 merged 2 commits from fzq into develop 1 year ago
  1. +4
    -0
      src/views/modules/monitoring/equipmentPlcConnect.vue

+ 4
- 0
src/views/modules/monitoring/equipmentPlcConnect.vue View File

@@ -165,6 +165,8 @@ export default {
// page: this.pageIndex, // page: this.pageIndex,
// limit: this.pageSize, // limit: this.pageSize,
// key: this.dataForm.key // key: this.dataForm.key
limit: 99999,
page: 1
}) })
}).then(({ data }) => { }).then(({ data }) => {
const eqConfig = this.addOrUpdateConfigs.fields.find(item => item.name === 'equipmentId') const eqConfig = this.addOrUpdateConfigs.fields.find(item => item.name === 'equipmentId')
@@ -180,6 +182,8 @@ export default {
// page: this.pageIndex, // page: this.pageIndex,
// limit: this.pageSize, // limit: this.pageSize,
// key: this.dataForm.key // key: this.dataForm.key
limit: 99999,
page: 1
}) })
}).then(({ data }) => { }).then(({ data }) => {
const plcConfig = this.addOrUpdateConfigs.fields.find(item => item.name === 'plcId') const plcConfig = this.addOrUpdateConfigs.fields.find(item => item.name === 'plcId')


Loading…
Cancel
Save