| | |
| | | prop: 'interfaceStatus', |
| | | value:7 |
| | | }, |
| | | { |
| | | label: '标准申请', |
| | | prop: 'applyCodeForBZ', |
| | | value:8 }, |
| | | { |
| | | label: '部门申请', |
| | | prop: 'syncDataForOrg', |
| | | value:9 |
| | | }, |
| | | { |
| | | label: '人员申请', |
| | | prop: 'syncDataForPerson', |
| | | value:10 |
| | | }, |
| | | ], |
| | | }, |
| | | loading: false, |
| | |
| | | width: 140 |
| | | }, |
| | | { |
| | | label: '标准申请', |
| | | prop: 'applyCodeForBZ', |
| | | sortable:true, |
| | | width: 130 |
| | | }, |
| | | { |
| | | label: '部门申请', |
| | | prop: 'syncDataForOrg', |
| | | sortable:true, |
| | | width: 130 |
| | | }, |
| | | { |
| | | label: '人员申请', |
| | | prop: 'syncDataForPerson', |
| | | sortable:true, |
| | | width: 130 |
| | | }, |
| | | { |
| | | label: '集成系统编号', |
| | | prop: 'systemCode', |
| | | sortable:true, |
| | |
| | | //分类授权多选回调 |
| | | checkChange(row,checked) { |
| | | if(checked){ |
| | | // console.log('row',row) |
| | | console.log('row',row) |
| | | this.checkAll.push(row); |
| | | console.log('checkAll',this.checkAll) |
| | | // console.log('checkAll',this.checkAll) |
| | | } |
| | | }, |
| | | //分类授权 |