浏览代码

定位中不提交

wgl 4 年之前
父节点
当前提交
e4b85ba5ba
共有 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;