Showing
1 changed file
with
1 additions
and
3 deletions
| @@ -41,9 +41,7 @@ export default { | @@ -41,9 +41,7 @@ export default { | ||
| 41 | this.tree = list; | 41 | this.tree = list; |
| 42 | } | 42 | } |
| 43 | }) | 43 | }) |
| 44 | - .catch(e => { | ||
| 45 | - uni.$u.toast(e.data.message); | ||
| 46 | - }); | 44 | + .catch(e => {}); |
| 47 | }, | 45 | }, |
| 48 | confirm(val) { | 46 | confirm(val) { |
| 49 | this.id = val[0].id; | 47 | this.id = val[0].id; |