This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
zkPCproject
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
提交修改
newStyle
douzhuo
3 years ago
parent
b6f65ab665
commit
aa4478b1f0
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/page/wel.vue
+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();
// 获取列表
Write
Preview
Loading…
Cancel
Save