From 3678f109e149dd335584d1d280ac353b9cec5ab2 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Mon, 15 Aug 2022 13:53:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/worklog/icworklog-add-or-update.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }