소스 검색

bugfix:删除调试代码

Shu 4 달 전
부모
커밋
d60b021b7e
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      subpkg_checkin/addGuest/addGuest.vue

+ 0 - 4
subpkg_checkin/addGuest/addGuest.vue

@@ -356,10 +356,6 @@
 			...mapMutations('m_business', ['updateCheckinInfo', 'updateIdCardInfo', 'updateOrder']),
 			...mapMutations('m_user', ['updateUserInfo']),
 			async finishInput() {
-				this.step = 'checkIdentity'
-				return
-
-
 				//检查格式是否正确
 				let nameReg = /\d/;
 				if (this.name === '' || nameReg.test(this.name)) {