From 917b01ee96a3e1c60a1d8b02167fa2e5b194f049 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 05 四月 2024 08:52:56 +0800
Subject: [PATCH] #
---
pages/phyz/stationManage/stationManage.vue | 17 ++++++++++++++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/pages/phyz/stationManage/stationManage.vue b/pages/phyz/stationManage/stationManage.vue
index e1e6d04..6478660 100644
--- a/pages/phyz/stationManage/stationManage.vue
+++ b/pages/phyz/stationManage/stationManage.vue
@@ -231,7 +231,11 @@
if (res.code === 200) {
_this.searchValue = ''
setTimeout(()=> {
- _this.getBasDevp()
+ _this.searchValue = ''
+ _this.station = ''
+ _this.wrkMast = ''
+ _this.wrkDetls = []
+ _this.waitPakins = []
},100)
} else {
uni.showToast({ title: res.msg, icon: "error", position: 'top' })
@@ -257,7 +261,11 @@
if (res.code === 200) {
_this.searchValue = ''
setTimeout(()=> {
- _this.getBasDevp()
+ _this.searchValue = ''
+ _this.station = ''
+ _this.wrkMast = ''
+ _this.wrkDetls = []
+ _this.waitPakins = []
},100)
} else {
uni.showToast({ title: res.msg, icon: "error", position: 'top' })
@@ -296,7 +304,10 @@
if (res.code === 200) {
setTimeout(()=> {
that.searchValue = ''
- that.getBasDevp()
+ that.station = ''
+ that.wrkMast = ''
+ that.wrkDetls = []
+ that.waitPakins = []
},300)
uni.showToast({
title: res.msg,
--
Gitblit v1.9.1