【修改】 新增,修改,删除BUG修改

This commit is contained in:
DESKTOP-932OMT8\REN
2025-06-04 14:46:47 +08:00
committed by 陆光LG
parent ae6fa82cf2
commit dd88389744

View File

@@ -111,7 +111,6 @@
link link
type="primary" type="primary"
@click="openForm('update', scope.row.id)" @click="openForm('update', scope.row.id)"
v-hasPermi="['system:dept:update']"
> >
修改 修改
</el-button> </el-button>
@@ -119,7 +118,6 @@
link link
type="danger" type="danger"
@click="handleDelete(scope.row.id)" @click="handleDelete(scope.row.id)"
v-hasPermi="['system:dept:delete']"
> >
删除 删除
</el-button> </el-button>