diff --git a/src/views/modules/worklog/icworklog-add-or-update.vue b/src/views/modules/worklog/icworklog-add-or-update.vue index c0af91597..be6427e3f 100644 --- a/src/views/modules/worklog/icworklog-add-or-update.vue +++ b/src/views/modules/worklog/icworklog-add-or-update.vue @@ -10,9 +10,9 @@ > @@ -170,7 +170,7 @@ export default { const grid = this.optionsG.filter(item => item.value === res.data.gridId) if (grid.length < 1) { this.gridState = false - this.optionsG.push({label:res.data.gridName, value:res.data.gridId, disabled: true}) + this.optionsG.push({gridName:res.data.gridName, gridId:res.data.gridId, disabled: true}) } else { this.gridState = true }