林凡 5 years ago
parent
commit
99e75c1bce
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/carouselFigure/editCarousel.jsx

+ 1
- 1
src/pages/carouselFigure/editCarousel.jsx View File

75
 
75
 
76
 
76
 
77
   const handleFormValueChange = (props, changedValues, allValues) => {
77
   const handleFormValueChange = (props, changedValues, allValues) => {
78
-      // setExtraData(allValues)
78
+      setExtraData(allValues)
79
   }
79
   }
80
 
80
 
81
   const XForm = createForm({ onValuesChange: handleFormValueChange })
81
   const XForm = createForm({ onValuesChange: handleFormValueChange })