@@ -9,6 +9,7 @@
clearable
placeholder="请输入"
maxlength="60"
+ @keyup.enter.native="doSearch"
>
</el-input>
</template>
@@ -20,6 +21,7 @@
@@ -31,6 +33,7 @@
maxlength="200"
@@ -42,6 +45,7 @@
@@ -53,6 +57,7 @@
maxlength="120"
@@ -274,7 +274,6 @@ export default {
methods: {
doSearch() {
- console.log(666);
this.searchParams.highSpeed = this.labels.includes("1")
? [["roadType", "高速"]]
: [];
@@ -31,6 +32,7 @@