Browse Source

完善客户管理

master
yunuo970428 10 months ago
parent
commit
7178424211
  1. 6
      src/views/customerManagement/customerInformation/customerInformation.vue

6
src/views/customerManagement/customerInformation/customerInformation.vue

@ -290,9 +290,9 @@ export default {
// //
getList() { getList() {
this.listLoading = true this.listLoading = true
this.queryParams.params.userSid = window.sessionStorage.getItem('userSid') this.listQuery.params.userSid = window.sessionStorage.getItem('userSid')
this.queryParams.params.orgPath = window.sessionStorage.getItem('orgSidPath') this.listQuery.params.orgPath = window.sessionStorage.getItem('orgSidPath')
this.queryParams.params.menuUrl = this.$route.path this.listQuery.params.menuUrl = this.$route.path
req.listPage(this.listQuery).then((response) => { req.listPage(this.listQuery).then((response) => {
this.listLoading = false this.listLoading = false
if (response.success) { if (response.success) {

Loading…
Cancel
Save