op端企业管理服务权限树修改

This commit is contained in:
duyufeng
2024-08-28 08:57:32 +08:00
parent 169ee2f432
commit 029d665c0f
2 changed files with 64 additions and 7 deletions

View File

@@ -164,7 +164,6 @@
};
//菜单类型按钮切换
const chanageMenuType = (e:any,typeMenu:any)=>{
console.log(e)
let currentType = null;
if(e && e.target){
currentType = e.target.value;
@@ -246,8 +245,6 @@
if(menuRadioType.value==1){
params.pid = currentLineData.value?currentLineData.value.pid:"root";//一级菜单pid,传'root'
}
console.log("1234567777")
console.log(menuRadioType.value)
if(addOrEditType.value==1){//新增
http.post(menuS.queryMenuPageAdd, params).then(() => {
NsMessage.success('操作成功');