This commit is contained in:
2023-07-18 15:37:35 +08:00
parent e0a5323b90
commit 2544cfb097
3 changed files with 5 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ export const authority = () => {
path: 'RF05',
name: '清洗管理',
sonTree: [
{menu_id: '1', name: '清洗上料', path: '/cleaningloading'},
{menu_id: '1', name: '清洗管理', path: '/cleaningloading'},
{menu_id: '2', name: '人工倒料', path: '/manpour'}
]
},

View File

@@ -60,6 +60,9 @@ export default {
if (name === 'semifinishedinstore' || name === 'semifinishedoutstore' || name === 'semifinishedcheck' || name === 'finishedinstore' || name === 'manpour') {
this.$store.dispatch('setKeepAlive', [name])
}
if (name === 'cleaningloading') {
this.$store.dispatch('setKeepAlive', ['manpour'])
}
this.$router.push(url)
},
Quit () {

View File

@@ -69,6 +69,7 @@
<script>
import {dictAll, washSpecList, washQuery, washSubmitWash} from '@config/getData2.js'
export default {
name: 'cleaningloading',
data () {
return {
options1: [],