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', path: 'RF05',
name: '清洗管理', name: '清洗管理',
sonTree: [ sonTree: [
{menu_id: '1', name: '清洗上料', path: '/cleaningloading'}, {menu_id: '1', name: '清洗管理', path: '/cleaningloading'},
{menu_id: '2', name: '人工倒料', path: '/manpour'} {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') { if (name === 'semifinishedinstore' || name === 'semifinishedoutstore' || name === 'semifinishedcheck' || name === 'finishedinstore' || name === 'manpour') {
this.$store.dispatch('setKeepAlive', [name]) this.$store.dispatch('setKeepAlive', [name])
} }
if (name === 'cleaningloading') {
this.$store.dispatch('setKeepAlive', ['manpour'])
}
this.$router.push(url) this.$router.push(url)
}, },
Quit () { Quit () {

View File

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