@@ -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;