From 025da2322853fde96691a778db7bd4fa3d10f902 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 05 四月 2024 17:59:19 +0800
Subject: [PATCH] #

---
 pages/phyz/stationManage/stationDetl.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/pages/phyz/stationManage/stationDetl.vue b/pages/phyz/stationManage/stationDetl.vue
index 92c98d1..74d99e9 100644
--- a/pages/phyz/stationManage/stationDetl.vue
+++ b/pages/phyz/stationManage/stationDetl.vue
@@ -314,7 +314,7 @@
 							} else if (res.data.records[0].ioType == 10) {
 								res.data.records[0]['ioTitle'] = '绌烘澘鍏ュ簱'
 							} else if (res.data.records[0].ioType == 53) {
-								res.data.records[0]['ioTitle'] = '鎷f枡鍐嶅叆搴�'
+								res.data.records[0]['ioTitle'] = '鎷f枡鍥炲簱'
 							} else if (res.data.records[0].ioType == 101) {
 								res.data.records[0]['ioTitle'] = '鍏ㄦ澘鍑哄簱'
 								_this.btnType = 'out'
@@ -326,6 +326,9 @@
 							}
 							_this.wrkMast = res.data.records[0]
 							_this.getWrkDetl(_this.wrkMast.wrkNo)
+						} else if (res.code === 200 && res.data.records.length == 0) {
+							_this.wrkMast = null
+							_this.wrkDetls = []
 						}
 					}
 				})

--
Gitblit v1.9.1