Browse Source

修改账号管理

devlop
buffeyu 4 years ago
parent
commit
01159ee84b
1 changed files with 2 additions and 1 deletions
  1. 3
      pages/account-management/index.vue

3
pages/account-management/index.vue

@ -44,7 +44,8 @@ export default {
},
params: {
asc: '',
desc: ''
desc: '',
enterpriseId: this.$store.state.supplierInfo.id,
},
pagination: {
pageNum: 0, //

Loading…
Cancel
Save