#
whycq
2024-04-17 e160466798f751145becaf900ee432285e085bf2
pages/phyz/orderOut/orderOutSelect.vue
@@ -97,7 +97,7 @@
                     _this.mask = false
                  } else if (res.code == 403) {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                     setTimeout(() => { uni.reLaunch({ url: '../login/login' }); }, 1000);
                     setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000);
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }
@@ -122,15 +122,12 @@
            } else {
               this.getOrderDetlList(this.searchValue1,this.searchValue2,1000)
            }
         },
         clear() {
            this.searchValue2 = ''
            this.getOrderDetlList('',this.searchValue1,999999)
         },
         clear2() {
            console.log(222);
            setTimeout(()=> {
               this.searchValue2 = ''
               this.getOrderDetlList(this.searchValue1,'',999999)