소스 검색

Merge branch 'master' of http://47.92.161.104:10080/wgl/jp-xpgj

zhengkaixin 4 년 전
부모
커밋
e0f332b146
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/projects/business/views/Master/Attendance/Sign.vue

+ 3 - 0
src/projects/business/views/Master/Attendance/Sign.vue

@@ -194,6 +194,9 @@
 			submit() {
 			submit() {
 				this.tjForm.photoFile = this.picList.join(',');
 				this.tjForm.photoFile = this.picList.join(',');
 				if (this.checkFrom()) {
 				if (this.checkFrom()) {
+					if (this.tjForm.address == '定位中……') {
+						this.tjForm.address = '';
+					}
 					this.isLoading = true;
 					this.isLoading = true;
 					API_Attendance.postPatchCard(this.tjForm).then(response => {
 					API_Attendance.postPatchCard(this.tjForm).then(response => {
 						this.isLoading = false;
 						this.isLoading = false;