2d56e7c7 by yangjianbin

init

1 parent fb53eab8
......@@ -60,7 +60,7 @@
{data: "idCard"},//身份证
{data: "phoneNumber"},//手机号
{data: function (createTime) {
return getNowFormatDate(new Date(createTime));
return getNowFormatDate(new Date(parseInt(createTime)));
}},//进件时间
{name: "departmentId", data: "departmentName"},//网点
{name: "productId", data: "productName"},//产品名称
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!