Преглед изворни кода

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