Преглед на файлове

Merge branch 'master' of http://git.ycjcjy.com/zhiyuxing/estateagents-admin-manager

魏熙美 преди 5 години
родител
ревизия
50c548b670
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      src/pages/customer/recommendCustomer/audit.jsx

+ 2
- 1
src/pages/customer/recommendCustomer/audit.jsx Целия файл

@@ -42,7 +42,8 @@ function body(props) {
42 42
   // 获取详情信息
43 43
   function getById(currentId) {
44 44
     request({ ...apis.customer.recommendGetById, urlData: { id: currentId } }).then(res => {
45
-      props.form.setFieldsValue(res)
45
+      res.reportDate = moment(res.reportDate)
46
+     props.form.setFieldsValue(res)
46 47
     })
47 48
   }
48 49