From 30b339c2fb6f0ce9aca3d485b4846ea5d6e1c307 Mon Sep 17 00:00:00 2001 From: liwei Date: Wed, 2 Jun 2021 09:14:13 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=88=87=E5=9B=9E=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 0ef90fa..59071de 100644 --- a/.env.production +++ b/.env.production @@ -3,6 +3,6 @@ VUE_APP_ENV = 'Prod' NODE_ENV = 'production' # base api #广州线上 -#VUE_APP_BASE_API = 'http://10.122.64.94:8093' +VUE_APP_BASE_API = 'http://10.122.64.94:8093' #广州供应商门户线上 -VUE_APP_BASE_API = 'http://8.134.64.94:8097' +#VUE_APP_BASE_API = 'http://8.134.64.94:8097' From 6883238e7d5d3c36fc6f93687fd0576f490f3dc3 Mon Sep 17 00:00:00 2001 From: liwei Date: Wed, 2 Jun 2021 09:19:13 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BC=80=E6=94=BE=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/productplan/workbench/schedule.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/productplan/workbench/schedule.vue b/src/views/productplan/workbench/schedule.vue index e3c6b2c..cb45c7c 100644 --- a/src/views/productplan/workbench/schedule.vue +++ b/src/views/productplan/workbench/schedule.vue @@ -822,9 +822,9 @@ gantt.parse({ data: data }) - // data.forEach((item) => { - // gantt.getAnothersStore().addItem(item) - // }) + data.forEach((item) => { + gantt.getAnothersStore().addItem(item) + }) if (code === 200) { // 通过WorLineId 动态取值 this.addMarker(WorklineDict[this.parms['WorkLine-WorkLineid']] || {})