瀏覽代碼

职员修改

zhaoke 3 年之前
父節點
當前提交
f0de8f4d37
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/staffManagement/compontents/staffEdit.vue

+ 2 - 2
src/views/staffManagement/compontents/staffEdit.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2022-02-10 14:49:20
- * @LastEditTime: 2022-02-11 15:49:23
+ * @LastEditTime: 2022-02-11 17:07:56
  * @LastEditors: Please set LastEditors
  * @Description: 编辑职员
  * @FilePath: \Foshan4A4.0\src\views\staffManagement\compontents\staffEdit.vue
@@ -534,7 +534,7 @@ export default {
           OfficerDesc: this.form.app,
           OfficerLoginName: this.form.loginName,
           OfficerPwd: this.form.loginPwd,
-          RoleList: this.openRole || (this.openRole && this.OpenGroup) ? checks : [],
+          RoleList: checks.length ? checks : [],
           AuthList: this.openRole ? [] : datas,
           TacList: this.loginCheckBoxs,
           DepJobList: this.lessChecksData,