Compare commits

..

No commits in common. "5a3e16df1b4a6bc786053941c0c1fa3d06ea3569" and "36e65514656d6d3442dacf60d1ed55c57dce570e" have entirely different histories.

View File

@ -165,8 +165,6 @@ 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')
@ -182,8 +180,6 @@ 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')