Commit 62d9abc8 authored by 徐俊's avatar 徐俊

xujun

parent d60b92ca
...@@ -291,7 +291,6 @@ export default { ...@@ -291,7 +291,6 @@ 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