Elements-SY

Merge branch 'et86-black' into uat

...@@ -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 //多选框选中数据
......