1.处理删除菜单传参错误的问题;
2.处理字典数据新增修改窗口没有提交按钮的问题;
This commit is contained in:
@@ -59,6 +59,6 @@ export function delMenu(menuId) {
|
||||
return request({
|
||||
url: `/menu`,
|
||||
method: 'delete',
|
||||
params:{id:menuId}
|
||||
params:{ids:menuId}
|
||||
})
|
||||
}
|
||||
@@ -230,6 +230,13 @@
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
||||
<template #footer>
|
||||
<div class="dialog-footer">
|
||||
<el-button type="primary" @click="submitForm">确 定</el-button>
|
||||
<el-button @click="cancel">取 消</el-button>
|
||||
</div>
|
||||
</template>
|
||||
</el-dialog>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user