@@ -234,7 +234,7 @@ export default {
async logout() {
await this.$store.dispatch("user/logout");
// this.$router.push(`/login?redirect=${this.$route.fullPath}`)
-
+ location.reload()
this.$router.push(`/login`);
},
@@ -42,7 +42,7 @@ export default {
computed: {
visitedViews() {
- console.log(this.$store.state.tagsView.visitedViews)
+
return this.$store.state.tagsView.visitedViews
routes() {
@@ -166,7 +166,7 @@
label="物料编码"
align="left"
- min-width="150"
+ min-width="200"
>
<template slot-scope="scope">
<CopyButton :copyText="scope.row.materialNumber" />
@@ -154,7 +154,7 @@
/>
<el-table-column
prop="materialNumber"