|
@@ -195,7 +195,7 @@
|
|
this.tjForm.photoFile = this.picList.join(',');
|
|
this.tjForm.photoFile = this.picList.join(',');
|
|
if (this.checkFrom()) {
|
|
if (this.checkFrom()) {
|
|
if (this.tjForm.address == '定位中……') {
|
|
if (this.tjForm.address == '定位中……') {
|
|
- 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 => {
|