| | |
| | | type: 'error' |
| | | }) |
| | | } |
| | | |
| | | this.search(); |
| | | }) |
| | | }, |
| | |
| | | this.detailsVisible = true; |
| | | this.detailsRow = Object.assign({}, val); |
| | | }, |
| | | // 更新 |
| | | update(){ |
| | | this.detailsRow.phoneNumber=this.detailsRow.userMobile |
| | | this.$http.put('/api/user/manager',this.detailsRow).then(res => {this.$message({ |
| | |
| | | let param = {} |
| | | param.realName = this.queryInfo.realName |
| | | param.userMobile = this.queryInfo.userMobile |
| | | param.current = this.queryInfo.current |
| | | param.size = this.queryInfo.size |
| | | getPublicityList(param).then(res => { |
| | | this.publicityList = res.records; |