From a08a8766a0526a08dca2842da01711b4152db540 Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期四, 22 五月 2025 15:39:15 +0800
Subject: [PATCH] 1

---
 src/views/mdc/station-live.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/views/mdc/station-live.vue b/src/views/mdc/station-live.vue
index b4bda24..5852bba 100644
--- a/src/views/mdc/station-live.vue
+++ b/src/views/mdc/station-live.vue
@@ -1,8 +1,8 @@
 <!--
  * @Author: lzhe lzhe@example.com
  * @Date: 2024-03-26 10:28:33
- * @LastEditors: lzhe lzhe@example.com
- * @LastEditTime: 2024-11-12 18:33:14
+ * @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
+ * @LastEditTime: 2025-03-27 14:50:26
  * @FilePath: /smart-web/src/views/master/person/main/index.vue
  * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 -->
@@ -10,7 +10,7 @@
 	<div class="aposcope-main">
 		<div class="aposcope-left">
 			<!-- <div class="left-title">鏌ヨ鏉′欢</div> -->
-			<MYTree v-model="treeChecked" @loaded="query"></MYTree>
+			<MYTree v-model="treeChecked" @loaded="query" :isSelectId="$route.query.code"></MYTree>
 		</div>
 		<div class="aposcope-right">
 			<div class="content-machine-box" style="min-height: 450px;">
@@ -49,7 +49,7 @@
 						style="margin-top: 6px;padding-left: 6px;padding-right: 6px;width: 450;position:absolute;right:0;"
 						@size-change="alarmSizeChange"
 						@current-change="alarmCurrentChange"
-						:current-page="currentPage4"
+						:current-page="alarmsearchData.current"
 						:page-size="15"
 						layout="total, prev, pager, next"
 						:total="alarmtotal">
@@ -176,6 +176,7 @@
 		name: "state-feedback",
 		data(){
 			return {
+				currentPage4: 1,
 				getwcsRData: [],
 				tableData1: [],
 				tableData2: [],
@@ -340,7 +341,7 @@
 		},
 		watch: {
 			treeChecked() {
-				this.query()
+				this.query();
 			}
 		},
 		mounted(){

--
Gitblit v1.9.3