wuguojie 11 miesięcy temu
rodzic
commit
c9b71498e1
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/customerManage/userSync/list.vue

+ 2 - 2
src/views/customerManage/userSync/list.vue

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