Browse Source

Merge pull request '甘特图开放背景' (#61) from liwei into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_GAAS_GFrame_WEBFRONT/pulls/61
Reviewed-by: wangxy <xinyao.wang@le-it.com.cn>
pull/64/head
wangxy 3 years ago
parent
commit
7013fb1516
2 changed files with 5 additions and 5 deletions
  1. +2
    -2
      .env.production
  2. +3
    -3
      src/views/productplan/workbench/schedule.vue

+ 2
- 2
.env.production View File

@ -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'

+ 3
- 3
src/views/productplan/workbench/schedule.vue View File

@ -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']] || {})


Loading…
Cancel
Save