缓存
This commit is contained in:
@@ -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'}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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 () {
|
||||||
|
|||||||
@@ -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: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user