|
|
@ -359,6 +359,7 @@ export default { |
|
|
|
// 工程规模字典 |
|
|
|
projectScaleOptions: [], |
|
|
|
// 查询参数 |
|
|
|
// 查询参数 |
|
|
|
queryParams: { |
|
|
|
pageNum: 1, |
|
|
|
pageSize: 10, |
|
|
@ -366,16 +367,7 @@ export default { |
|
|
|
data: { |
|
|
|
dikeCode: null, |
|
|
|
dikeName: null, |
|
|
|
unitName: null, |
|
|
|
unit: null, |
|
|
|
peopleNum: null, |
|
|
|
funds: null, |
|
|
|
fundsPurpose: null, |
|
|
|
createUid: null, |
|
|
|
updateUid: null, |
|
|
|
owerDept: null, |
|
|
|
relation: null, |
|
|
|
type: null, |
|
|
|
}, |
|
|
|
// 排序方式 |
|
|
|
params: { |
|
|
@ -420,7 +412,7 @@ export default { |
|
|
|
/** 查询经费管理列表 */ |
|
|
|
getList() { |
|
|
|
this.loading = true; |
|
|
|
listDagl({ data: {} }).then((response) => { |
|
|
|
listDagl(this.queryParams).then((response) => { |
|
|
|
this.jfglList = response.records; |
|
|
|
this.total = response.total; |
|
|
|
this.loading = false; |
|
|
|