Browse Source

Merge branch 'http_test' of git.xiaojukeji.com:jacklijiajia/thoth-frontend into http_test

princeLee 4 năm trước cách đây
mục cha
commit
418671eeb8
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/projectManage/Drawer.vue

+ 3 - 3
src/views/projectManage/Drawer.vue

@@ -304,9 +304,9 @@ export default {
     },
 
     getoptions(val) { // 添加角色判断重复人员是否为相同角色
-      this.group.map(item => {
-        this.form.role === item.id ? val.roleName = item.name : ''
-      })
+      // this.group.map(item => {
+      //   this.form.role === item.id ? val.roleName = item.name : ''
+      // })
       if (this.gridData2.length > 0) {
         const num = this.gridData2.some(item => {
           if (item.idap === val.idap && item.roleId === this.form.role) {