Commit 20df4fbc by zeyang

优化法条摘要

parent 6565fd43
......@@ -1763,7 +1763,7 @@
}
//获取权限
const powerQuery = () => {
api.powerQuery({"systemType": "1","userId":'1',"sessionId": sessionId.value}).then(res => {
api.powerQuery({"systemType": "1","userId":null,"sessionId": sessionId.value}).then(res => {
if (res['success']) {
powerCodes.value=res['data']['powerCodes'];
// powerCodes.value=[0];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment