Commit 59b1f7cb authored by 徐俊's avatar 徐俊

xujun

parent 13314d2f
...@@ -291,6 +291,7 @@ export default { ...@@ -291,6 +291,7 @@ export default {
projClassName: item.projClass === 1 ? "一般项目" : "重点项目", projClassName: item.projClass === 1 ? "一般项目" : "重点项目",
} }
}) })
console.log(this.tableData)
this.pagination.total = total; this.pagination.total = total;
this.tableData.forEach(e => { this.tableData.forEach(e => {
e.startDate = moment(e.startDate).format('YYYY-MM-DD') e.startDate = moment(e.startDate).format('YYYY-MM-DD')
......
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