修改
This commit is contained in:
@@ -202,9 +202,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
this._getEchart()
|
// this._getEchart()
|
||||||
this._getEchart1()
|
// this._getEchart1()
|
||||||
this._getEchart2()
|
// this._getEchart2()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
_getEchart () {
|
_getEchart () {
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ export default {
|
|||||||
} else if (this.stationCode === '090') {
|
} else if (this.stationCode === '090') {
|
||||||
this.$router.push('/storageData')
|
this.$router.push('/storageData')
|
||||||
} else {
|
} else {
|
||||||
// 二期看板修改,原先的先注释
|
// 原先看板+新看板
|
||||||
// this.$router.push('/producedata')
|
// this.$router.push('/producedata')
|
||||||
this.$router.push('/kanbanSelect')
|
this.$router.push('/kanbanSelect')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user