qukaidi 3 лет назад
Родитель
Сommit
71d10c236e
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/views/saleLeads/index.vue

+ 2 - 0
src/views/saleLeads/index.vue

@@ -74,6 +74,7 @@ export default {
     }
   },
   activated() {
+    console.log(this.show, this.$store.getters.xsjhStatus)
     if (!this.show && !this.$store.getters.xsjhStatus) {
       this.show = true;
     }
@@ -238,6 +239,7 @@ export default {
         id: row.id,
         query: true, // 表示只是查询
       };
+      this.$store.commit("XSJH_IN_DETAIL");
     },
     //删除列表后面的删除按钮触发触发(row, index, done)
     rowDel(row, index, done) {