|
@@ -436,7 +436,7 @@ export default {
|
|
|
if (valid) {
|
|
|
workerApplyWebsitAppeal({
|
|
|
...this.formData,
|
|
|
- image: this.formData.map(item => item.url).join(','),
|
|
|
+ image: this.formData.image.map(item => item.url).join(','),
|
|
|
workerInvolveApplyItem: { ...this.formData1 }
|
|
|
}).then(res => {
|
|
|
this.$message({
|