Browse Source

提交日报替换逗号

Lijy 2 years ago
parent
commit
9291907097

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

@@ -6286,7 +6286,7 @@
                                     }
                                 }
                                 let m = JSON.stringify(this.workForm.domains[i].worktimeList);
-                                m = m.replace(/,/g,"");//replaceAll(',','@');企业微信不兼容replaceAll
+                                m = m.replace(/,/g,"@");//replaceAll(',','@');企业微信不兼容replaceAll
                                 formData.append("content", m);
                             } else {
                                 if (this.workForm.domains[i].content) {