Commit beb48f9b by 刘泽奇

123

parent 6860ba5d
...@@ -698,6 +698,8 @@ ...@@ -698,6 +698,8 @@
* *
*/ */
console.log(this.tableData, "cccccccccccccccccccc");
if (Object.prototype.toString.call(d.data) == '[object Array]') {
d.data.map((item, index) => { d.data.map((item, index) => {
if (item.submitTime) { if (item.submitTime) {
item.submitTime = new Date(item.submitTime).toLocaleString('chinese', { hour12: false }); item.submitTime = new Date(item.submitTime).toLocaleString('chinese', { hour12: false });
...@@ -710,6 +712,8 @@ ...@@ -710,6 +712,8 @@
item.CreateDate = ''; item.CreateDate = '';
} }
}); });
}
} else { } else {
console.log(d, "getTmOrderList..........."); console.log(d, "getTmOrderList...........");
......
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