wangxy 1 miesiąc temu
rodzic
commit
9a6b696690
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      components/selectZyLevel/index.vue

+ 2 - 2
components/selectZyLevel/index.vue

@@ -1,5 +1,5 @@
 <template>
-	<contentDialogVue ref="commonPopup" @confirm-btn="confirmBtn" title="选择职业">
+	<contentDialogVue ref="commonPopup" title="选择职业">
 		<view class="phone-zydj-popup">
 			<view class="icon-title-navBar-box">
 				<view class="nav-bar-icon"></view>
@@ -14,7 +14,7 @@
 				</view>
 			</view>
 			<view class="zydj-popup-btn-box">
-				<button type="default"  class="phone-green-btn">保存</button>
+				<button type="default"  class="phone-green-btn" @click="confirmBtn">保存</button>
 			</view>
 		</view>
 	</contentDialogVue>