douzhuo 3 лет назад
Родитель
Сommit
aa4478b1f0
2 измененных файлов: 2 добавлений и 1 удалений
  1. +1
    -1
      src/page/wel.vue
  2. +1
    -0
      src/views/Equipment/state.vue

+ 1
- 1
src/page/wel.vue Просмотреть файл

@@ -1592,7 +1592,7 @@ export default {
} else if (ind == 3) {
this.$router.push({
path: "/Equipment/state",
query: { flag: 1 },
query: { flag: 1, selValue: 2 },
});
} else {
this.$router.push({


+ 1
- 0
src/views/Equipment/state.vue Просмотреть файл

@@ -896,6 +896,7 @@ export default {
this.searchForm.electricity = this.$route.query.electricity;
}
}
if (this.$route.query.selValue) this.selValue = this.$route.query.selValue
// asd
this.getList();
// 获取列表


Загрузка…
Отмена
Сохранить