Selaa lähdekoodia

Merge branch 'mw2' of http://61.161.152.110:10101/r/electronic-map into sl3

shilin 3 vuotta sitten
vanhempi
commit
827c64c856
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 2 3
      src/views/malfunctionRecall/components/fault-diagnosis.vue

+ 2 - 3
src/views/malfunctionRecall/components/fault-diagnosis.vue

@@ -30,7 +30,7 @@
 				</div>
 			</div>
 			<div class="query-actions">
-				<button class="btn green" @click="onClickSelect">重新选择</button>
+				<button class="btn green" @click="search">查询</button>
 			</div>
 		</div>
 		<div class="white font-md mg-t-16">
@@ -226,8 +226,7 @@
 		},
 		// 函数
 		methods: {
-			// 重新选择按钮
-			onClickSelect() {
+			search() {
 				this.requestPoint()
 			},
 			requestPoint() {