Переглянути джерело

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)) {