tanxue 1 ヶ月 前
コミット
d1b3e8a4bc
1 ファイル変更4 行追加0 行削除
  1. 4 0
      pages/admin/Hetong/components/addKh.vue

+ 4 - 0
pages/admin/Hetong/components/addKh.vue

@@ -60,6 +60,10 @@ function handleShow() {
   popupRef.value.open();
   popupRef.value.open();
 }
 }
 
 
+function idCardChange(data) {
+	formData.idtype = formData.idtype == 1 ? 2 : 1;
+}
+
 // 保存
 // 保存
 function saveBtn(){
 function saveBtn(){
 	htAdd();
 	htAdd();