缓存
This commit is contained in:
@@ -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'}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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 () {
|
||||
|
||||
@@ -69,6 +69,7 @@
|
||||
<script>
|
||||
import {dictAll, washSpecList, washQuery, washSubmitWash} from '@config/getData2.js'
|
||||
export default {
|
||||
name: 'cleaningloading',
|
||||
data () {
|
||||
return {
|
||||
options1: [],
|
||||
|
||||
Reference in New Issue
Block a user