--demand 添加权限

This commit is contained in:
yuping
2023-02-01 20:26:03 +08:00
parent 39faeee056
commit 0f498f55c6
2 changed files with 2 additions and 1 deletions

View File

@@ -4827,7 +4827,7 @@ export default defineComponent({
beforeUpload, beforeUpload,
beforeUpload2, beforeUpload2,
handleDel, handleDel,
checkPer,
handleSucessStu, handleSucessStu,
handleRejectStu, handleRejectStu,
handleDeleteStu, handleDeleteStu,

View File

@@ -1595,6 +1595,7 @@ export default {
resetLearnPath, resetLearnPath,
showLearnBgMore, showLearnBgMore,
closeLearnBgMore, closeLearnBgMore,
checkPer
}; };
}, },
}; };