Browse Source

Merge branch 'dev' into test

shibei_master
13176889840 4 years ago
parent
commit
e8ae488b92
  1. 1
      .gitignore
  2. 19713
      package-lock.json
  3. 2
      src/views/modules/visual/communityParty/party.vue

1
.gitignore

@ -15,4 +15,5 @@ hs_err_pid*
node_modules
dist
epmet-oper
package-lock.json
.idea/

19713
package-lock.json

File diff suppressed because it is too large

2
src/views/modules/visual/communityParty/party.vue

@ -760,7 +760,7 @@ export default {
this.getAgeList(this.agencyId, this.orgType)
},
pageCurrentChangeHandleAge (val) {
this.agePageSize = val
this.agePageNo = val
this.getAgeList(this.agencyId, this.orgType)
},
pageSizeChangeHandleNew(val) {

Loading…
Cancel
Save