浏览代码

no message

linwenxin 2 月之前
父节点
当前提交
945c851d9d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/setting/difficultyFee/difficultyExpenseApproval/InsuranceContractForm.vue

+ 1 - 1
src/views/setting/difficultyFee/difficultyExpenseApproval/InsuranceContractForm.vue

@@ -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({