瀏覽代碼

用户管理合同段编辑角色接口调整

duy 4 天之前
父節點
當前提交
d74c424344
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/system/user.vue

+ 1 - 1
src/views/system/user.vue

@@ -1216,7 +1216,7 @@ export default {
 
 
 
-      const { data: res } = await updateBatchUserRole(array);
+      const { data: res } = await updateBatchUserRole({ userId: this.fromss.userId, list: array });
       if (res.code == 200) {
 
         if (index >= 0) {