魏超 5 anni fa
parent
commit
7cd80a78dd
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      src/pages/news/list/editNewsList.jsx

+ 2
- 2
src/pages/news/list/editNewsList.jsx Vedi File

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