zls hace 3 años
padre
commit
014a4ab8db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/building/Edit/Basic/form.js

+ 1
- 1
src/pages/building/Edit/Basic/form.js Ver fichero

@@ -70,7 +70,7 @@ export function saveData(formData) {
70 70
   //
71 71
   data.videoUrl = videoUrl ? videoUrl[0] : undefined
72 72
   //
73
-  data.videoImage = videoImage ? [{ imgType: 'videoImage', url: data.videoImage, orderNo: 1 }] : []
73
+  data.videoImage = videoImage ? [{ imgType: 'videoImage', url: videoImage, orderNo: 1 }] : []
74 74
   // 项目标签
75 75
   data.tag = (tag || []).map((item, _) => ({ tagName: item }))
76 76