增加工作流步骤查看
This commit is contained in:
@@ -140,6 +140,7 @@ export default {
|
||||
});
|
||||
}
|
||||
const authorityRes = await getAuthorityList({ page: 1, pageSize: 9999999 });
|
||||
console.log(authorityRes)
|
||||
if (authorityRes.code == 0) {
|
||||
authorityRes.data.list.map(item => {
|
||||
this.authorities.push({
|
||||
|
Reference in New Issue
Block a user