This commit is contained in:
2022-07-13 11:30:09 +08:00
parent 92c409ab9b
commit ae871a642f
2 changed files with 4 additions and 4 deletions

View File

@@ -202,9 +202,9 @@ export default {
}
},
mounted () {
this._getEchart()
this._getEchart1()
this._getEchart2()
// this._getEchart()
// this._getEchart1()
// this._getEchart2()
},
methods: {
_getEchart () {

View File

@@ -147,7 +147,7 @@ export default {
} else if (this.stationCode === '090') {
this.$router.push('/storageData')
} else {
// 二期看板修改,原先的先注释
// 原先看板+新看板
// this.$router.push('/producedata')
this.$router.push('/kanbanSelect')
}