Bladeren bron

定位中提交空

wgl 4 jaren geleden
bovenliggende
commit
8daf1586a4
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/projects/business/views/Master/Attendance/Sign.vue

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

@@ -195,7 +195,7 @@
 				this.tjForm.photoFile = this.picList.join(',');
 				if (this.checkFrom()) {
 					if (this.tjForm.address == '定位中……') {
-						this.tjForm.address = '':
+						this.tjForm.address = '';
 					}
 					this.isLoading = true;
 					API_Attendance.postPatchCard(this.tjForm).then(response => {