#
whycq
2024-05-22 5daa0090d986465372de7a056bad79c447b62084
pages/phyz/wrkMast/wrkMast.vue
@@ -326,7 +326,9 @@
                  res = res.data
                  if (res.code === 200) {
                     _this.$refs.option.close()
                     _this.getOrderDetlList(this.searchValue,10)
                     setTimeout(()=>{
                        _this.getOrderDetlList(_this.searchValue,10)
                     },100)
                  } else if (res.code == 403) {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                     setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000);