zhangh 3 năm trước cách đây
mục cha
commit
dd3616499a
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/views/system/user.vue

+ 3 - 0
src/views/system/user.vue

@@ -1135,6 +1135,9 @@ export default {
 
 
     rowUpdate (row, index, done, loading) {//修改按钮
+      row.deptId = row.deptId.join(",");
+      row.roleId = row.roleId.join(",");
+      row.postId = row.postId.join(",");
       update({ ...row, projectAndUserList: this.fromss.projectAndUserList }).then(() => {
         this.initFlag = false;
         this.onLoad(this.page);