'修改设备与PLC关联-新增-下拉框条数'

This commit is contained in:
Fanzink 2023-09-12 12:44:54 +05:30
parent 4ffbdaef8a
commit 6815ac4cc4

View File

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