add 增加03-21新表格

This commit is contained in:
路 范
2022-03-22 09:07:45 +08:00
parent c299edbd0f
commit df01841625
5 changed files with 89 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
<el-dropdown-item command="2">城市更新</el-dropdown-item>
<el-dropdown-item command="3">房地产业</el-dropdown-item>
<el-dropdown-item command="4">通报表格-城市更新0318</el-dropdown-item>
<el-dropdown-item command="5">通报表格-城市更新0321</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</div>
@@ -73,6 +74,9 @@
case "4":
excel_name = "通报表格城市更新2022-3-18.xls";
break;
case "5":
excel_name = "通报表格城市更新2022-3-21.xls";
break;
}
this.loading = true;
this.download('/api/num-zj/download', a, excel_name, this.loading_false);