|
@@ -131,7 +131,7 @@ export default {
|
|
|
{ prop: "deliveredStatus", label: "企微触达状态", minWidth: 160, formatter: this.deliveredStatusFormatter },
|
|
{ prop: "deliveredStatus", label: "企微触达状态", minWidth: 160, formatter: this.deliveredStatusFormatter },
|
|
|
// { prop: "registerTime", label: "添加时间", minWidth: 160, },
|
|
// { prop: "registerTime", label: "添加时间", minWidth: 160, },
|
|
|
{ prop: "updateTime", label: "最近互动时间", minWidth: 160, },
|
|
{ prop: "updateTime", label: "最近互动时间", minWidth: 160, },
|
|
|
-
|
|
|
|
|
|
|
+ { prop: 'ownerUserId', label: '归属员工', minWidth: 160 }
|
|
|
],
|
|
],
|
|
|
userList: [],
|
|
userList: [],
|
|
|
userId: ''
|
|
userId: ''
|
|
@@ -168,7 +168,7 @@ export default {
|
|
|
userOperation() {
|
|
userOperation() {
|
|
|
this.$refs['form'].validate((valid) => {
|
|
this.$refs['form'].validate((valid) => {
|
|
|
if (valid) {
|
|
if (valid) {
|
|
|
- api.userTransferOwner(this.userId, Number(this.form.labelName)).then(res => {
|
|
|
|
|
|
|
+ api.userTransferOwner(this.userId, this.form.labelName).then(res => {
|
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
|
this.$message.success(res.msg)
|
|
this.$message.success(res.msg)
|
|
|
}
|
|
}
|