Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -1637,8 +1637,6 @@ export default { | ... | @@ -1637,8 +1637,6 @@ export default { |
| 1637 | blurRoute() { | 1637 | blurRoute() { |
| 1638 | if (this.form.route !== undefined && this.form.route.length) { | 1638 | if (this.form.route !== undefined && this.form.route.length) { |
| 1639 | this.routeError = false; | 1639 | this.routeError = false; |
| 1640 | - } else { | ||
| 1641 | - this.routeError = true; | ||
| 1642 | } | 1640 | } |
| 1643 | }, | 1641 | }, |
| 1644 | //多选框选中数据 | 1642 | //多选框选中数据 | ... | ... |
-
Please register or login to post a comment