Browse Source

重置调整

shibei_master
jiangyy 4 years ago
parent
commit
671f0c64c7
  1. 3
      src/views/modules/communityParty/regionalParty/activitys.vue
  2. 3
      src/views/modules/communityParty/regionalParty/units.vue
  3. 3
      src/views/modules/communityService/ninePlaces/inspect/inspect.vue
  4. 5
      src/views/modules/communityService/ninePlaces/places/places.vue
  5. 3
      src/views/modules/communityService/ninePlaces/team/team.vue

3
src/views/modules/communityParty/regionalParty/activitys.vue

@ -463,6 +463,9 @@ export default {
contact: '', contact: '',
contactMobile: '' contactMobile: ''
} }
this.pageSize = 10
this.pageNo = 0
this.loadTable()
}, },
// //

3
src/views/modules/communityParty/regionalParty/units.vue

@ -481,6 +481,9 @@ export default {
contact: '', contact: '',
contactMobile: '' contactMobile: ''
} }
this.pageSize = 10
this.pageNo = 0
this.loadTable()
}, },
// //

3
src/views/modules/communityService/ninePlaces/inspect/inspect.vue

@ -492,6 +492,9 @@ export default {
ninePlaceVal: '',//Value ninePlaceVal: '',//Value
isPage: true,//(:true :false) isPage: true,//(:true :false)
} }
this.pageSize = 10
this.pageNo = 0
this.loadTable()
}, },

5
src/views/modules/communityService/ninePlaces/places/places.vue

@ -124,7 +124,7 @@
label="场所类型" label="场所类型"
min-width="180"> min-width="180">
</el-table-column> </el-table-column>
<el-table-column prop="scale" <el-table-column prop="scaleName"
header-align="center" header-align="center"
align="center" align="center"
label="规模" label="规模"
@ -428,6 +428,9 @@ export default {
ninePlaceVal: '',//Value ninePlaceVal: '',//Value
isPage: true,//(:true :false) isPage: true,//(:true :false)
} }
this.pageSize = 10
this.pageNo = 0
this.loadTable()
}, },

3
src/views/modules/communityService/ninePlaces/team/team.vue

@ -402,6 +402,9 @@ export default {
ninePlaceVal: '',//Value ninePlaceVal: '',//Value
isPage: true,//(:true :false) isPage: true,//(:true :false)
} }
this.pageSize = 10
this.pageNo = 0
this.loadTable()
}, },

Loading…
Cancel
Save