实现话术功能
This commit is contained in:
@@ -258,7 +258,7 @@ const onOpenAddRole = () => {
|
||||
*/
|
||||
const onOpenEditRole = (row: TableDataItem) => {
|
||||
if (editRoleRef.value) {
|
||||
editRoleRef.value.openDialog(row);
|
||||
editRoleRef.value.openDialog();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user