Browse Source

定位中不提交

wgl 4 năm trước cách đây
mục cha
commit
e4b85ba5ba
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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() {
 				this.tjForm.photoFile = this.picList.join(',');
 				if (this.checkFrom()) {
+					if (this.tjForm.address == '定位中……') {
+						this.tjForm.address = '':
+					}
 					this.isLoading = true;
 					API_Attendance.postPatchCard(this.tjForm).then(response => {
 						this.isLoading = false;