This website works better with JavaScript.
首頁
探索
說明
註冊
登入
liumin
/
zkPCproject
關註
0
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
提交修改
newStyle
douzhuo
3 年之前
父節點
b6f65ab665
當前提交
aa4478b1f0
共有
2 個文件被更改
,包括
2 次插入
和
1 次删除
分割檢視
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
查看文件
@@ -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();
// 获取列表
Write
Preview
Loading…
取消
儲存