Browse Source

提交修改

newStyle
douzhuo 3 years ago
parent
commit
aa4478b1f0
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      src/page/wel.vue
  2. +1
    -0
      src/views/Equipment/state.vue

+ 1
- 1
src/page/wel.vue View File

@@ -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 View File

@@ -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();
// 获取列表


Loading…
Cancel
Save