update
This commit is contained in:
@ -148,9 +148,11 @@ const pageData = reactive({
|
||||
{ label: "是否转重点人员", prop: "sfZzdry", showSolt: true }
|
||||
]
|
||||
});
|
||||
const roleList = reactive(JSON.parse(localStorage.getItem('roleList')) || [])
|
||||
const roleList = ref([])
|
||||
|
||||
onMounted(() => {
|
||||
let qx = JSON.parse(localStorage.getItem('roleList')) || [];
|
||||
roleList.value = qx.map(item => item.roleCode);
|
||||
getList();
|
||||
tabHeightFn();
|
||||
});
|
||||
|
Reference in New Issue
Block a user