送料添加物料

This commit is contained in:
2022-08-17 15:08:17 +08:00
parent 5c6df10f54
commit 76eae90606
4 changed files with 37 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ export default {
methods: {
toPage (e) {
let name = e.path.substr(2)
if (name === 'CheckManage' || name === 'ConveyorLine' || name === 'BindMaterPoint') {
if (name === 'CheckManage' || name === 'ConveyorLine' || name === 'BindMaterPoint' || name === 'SendMater') {
this.$store.dispatch('setKeepAlive', [name])
}
this.$router.push(e.path.substr(2))