Browse Source

修改

master_tdsql
xzt 11 months ago
parent
commit
13031427be
  1. 12
      src/views/dike/managementGuarantee/fundGuarantee/index.vue
  2. 11
      src/views/sluice/managementGuarantee/fundGuarantee/index.vue

12
src/views/dike/managementGuarantee/fundGuarantee/index.vue

@ -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;

11
src/views/sluice/managementGuarantee/fundGuarantee/index.vue

@ -341,15 +341,6 @@ export default {
wagaCode: null,
wagaName: null,
unit: null,
unitName: null,
peopleNum: null,
funds: null,
fundsPurpose: null,
createUid: null,
updateUid: null,
owerDept: null,
relation: null,
type: null,
},
//
params: {
@ -394,7 +385,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;

Loading…
Cancel
Save