半成品入库

This commit is contained in:
2023-06-30 15:15:55 +08:00
parent 418fff67b6
commit 2e96134f3d
4 changed files with 98 additions and 41 deletions

View File

@@ -36,6 +36,9 @@ export default {
},
created () {
this.$store.dispatch('setMaterObj', '')
this.$store.dispatch('setKeepAlive', [])
localStorage.removeItem('materObj')
localStorage.removeItem('keepAlive')
this._authority()
},
methods: {