howie 3 лет назад
Родитель
Сommit
92000e40d6

+ 1 - 1
src/layout/components/Navbar.vue

@@ -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`);
 
     },

+ 1 - 1
src/layout/components/TagsView/index.vue

@@ -42,7 +42,7 @@ export default {
   },
   computed: {
     visitedViews() {
-      console.log(this.$store.state.tagsView.visitedViews)
+
       return this.$store.state.tagsView.visitedViews
     },
     routes() {

+ 1 - 1
src/views/sales_policy/components/AddPolicy.vue

@@ -166,7 +166,7 @@
               label="物料编码"
               align="left"
 
-              min-width="150"
+              min-width="200"
             >
               <template slot-scope="scope">
  <CopyButton :copyText="scope.row.materialNumber" />

+ 1 - 1
src/views/sales_policy/components/editPolicy.vue

@@ -154,7 +154,7 @@
             />
             <el-table-column
 
-              min-width="150"
+              min-width="200"
               prop="materialNumber"
               label="物料编码"
               align="left"