魏超 hace 5 años
padre
commit
7cd80a78dd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/pages/news/list/editNewsList.jsx

+ 2
- 2
src/pages/news/list/editNewsList.jsx Ver fichero

@@ -98,9 +98,9 @@ const { TextArea } = Input;
98 98
       },
99 99
       {
100 100
         label: '资讯详情',
101
-        name: 'desc',
101
+        name: 'newsDetail',
102 102
         render: <Wangedit />,
103
-        value: dynamicData.desc,
103
+        value: dynamicData.newsDetail,
104 104
       },
105 105
     ]
106 106