소스 검색

摄影师上传更改提交图片字段

梁展鹏 4 년 전
부모
커밋
f65e57603f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/photographerManagement/photoVerify/modal/ItemModal.vue

+ 2 - 2
src/views/photographerManagement/photoVerify/modal/ItemModal.vue

@@ -93,9 +93,9 @@ export default {
           // console.log(params);
           let params = this.form;
           params.fileRequestList = this.form.urls.map(x => ({
-            originPhoto: x.url,
+            originalFilename: x.name,
             size: x.size,
-            originFilename: x.name
+            fullPath: x.url
           }));
           const { success, msg } = await saveItem(params);
           if (success) {