#
whycq
2024-04-03 55d6fd6841e1564e3b696d3e57b2765c9329fd45
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,