Commit a07f1635 authored by 李驰骋's avatar 李驰骋

UReport报表调整

parent 9194cf61
......@@ -191,7 +191,7 @@ export default {
/** 查询报表管理列表 */
getList() {
this.loading = true;
listReport(this.queryParams).then(response => {
listReport({...this.queryParams, isPrintTemplate:1}).then(response => {
this.listData = response.rows;
this.total = response.total;
this.loading = false;
......
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