| | |
| | | _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' }) |
| | | } |
| | |
| | | } 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) |