Merge pull request 'fzq' (#32) from fzq into develop
Všechny kontroly byly úspěšné
continuous-integration/drone/push Build is passing
Všechny kontroly byly úspěšné
continuous-integration/drone/push Build is passing
Reviewed-on: #32
Tento commit je obsažen v:
revize
5a3e16df1b
@ -165,6 +165,8 @@ export default {
|
||||
// page: this.pageIndex,
|
||||
// limit: this.pageSize,
|
||||
// key: this.dataForm.key
|
||||
limit: 99999,
|
||||
page: 1
|
||||
})
|
||||
}).then(({ data }) => {
|
||||
const eqConfig = this.addOrUpdateConfigs.fields.find(item => item.name === 'equipmentId')
|
||||
@ -180,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')
|
||||
|
Načítá se…
Odkázat v novém úkolu
Zablokovat Uživatele