Commit 9ea901dc authored by 黄奎's avatar 黄奎

页面修改

parent 21444288
...@@ -404,7 +404,9 @@ ...@@ -404,7 +404,9 @@
this.noData = !this.total > 0; this.noData = !this.total > 0;
var tempData = res.data.data.pageData; var tempData = res.data.data.pageData;
tempData.forEach(x => { tempData.forEach(x => {
x.hours = this.$commonUtils.formatMsgTime(x.AuditDate); if (x.AuditDate && x.AuditDate != '') {
x.hours = this.$commonUtils.formatMsgTime(x.AuditDate);
}
}); });
this.dataList = tempData; this.dataList = tempData;
} }
......
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