Commit e99b12e8 authored by 任国军's avatar 任国军

fix moment

parent 3d6acb12
Pipeline #21284 passed with stage
in 2 seconds
...@@ -247,7 +247,7 @@ class ProductService extends Service { ...@@ -247,7 +247,7 @@ class ProductService extends Service {
common_loan_list: '', common_loan_list: '',
page_type: location === 'list' ? 2 : 1, page_type: location === 'list' ? 2 : 1,
is_run_pass_rate: 0, is_run_pass_rate: 0,
created_time: moment(Date()).format('YYYY-MM-DD HH:mm:ss'), created_time: moment().format('YYYY-MM-DD HH:mm:ss'),
}; };
// 先获取分组 // 先获取分组
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment