zs 2 years ago
parent
commit
7bc243c543
1 changed files with 7 additions and 0 deletions
  1. 7 0
      pagesMy/dough/index.vue

+ 7 - 0
pagesMy/dough/index.vue

@@ -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;