|
@@ -6286,7 +6286,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
let m = JSON.stringify(this.workForm.domains[i].worktimeList);
|
|
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);
|
|
formData.append("content", m);
|
|
} else {
|
|
} else {
|
|
if (this.workForm.domains[i].content) {
|
|
if (this.workForm.domains[i].content) {
|