@@ -101,6 +101,13 @@
that.watchLogin()
},
methods: {
+ // 输入框
+ toInput(e) {
+ const that = this;
+ if (e.detail.value) that.$set(that.searchInfo, `name`, e.detail.value);
+ that.clearPage();
+ that.search();
+ },
// 选择选项卡
tabsChange(e) {
const that = this;