+
+
+
-
+
-
+
查询
@@ -581,18 +584,25 @@
:selectable="selectFlag"
width="50">
+
+
@@ -1253,11 +1263,11 @@ export default {
roleNo: '',
roleDesc: '',
active: '',
- username: ''
+ username: this.selectUser.username
}
this.businessRoleSelections1 = null
this.businessRoleSelections2 = null
- getBusinessRoleList(this.selectUser).then(({data}) => {
+ getBusinessRoleList(this.businessRoleData).then(({data}) => {
this.businessRoleList1 = data.row1
this.businessRoleList2 = data.row2
})