Browse Source

新需求

weichaochao 5 years ago
parent
commit
bdc25b51d1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/news/list/editNewsList.jsx

+ 1
- 1
src/pages/news/list/editNewsList.jsx View File

@@ -134,7 +134,7 @@ const XForm = createForm({ onValuesChange: handleFormValueChange })
134 134
                 <Radio value={1}>自定义</Radio>
135 135
                 <Radio value={0}>公众号链接</Radio>
136 136
                 </Radio.Group>,
137
-        value: dynamicData.newsDetailType,
137
+        value: dynamicData.newsDetailType == "0" ? "0" : "1",
138 138
         rules: [
139 139
           {required: true, message: '请选择资讯类型'},
140 140
         ]