@ -123,6 +123,9 @@ async function handleUnlock() {
const { userName } = records[0];
await userUnlock(userName);
await tableApi.query();
checked.value = false;
canUnlock.value = false;
tableApi.grid.clearCheckboxRow();
}
</script>
@ -129,6 +129,7 @@ async function handleDelete() {
onOk: async () => {
await operLogDelete(ids);
},
});
@ -107,6 +107,7 @@ function handleMultiDelete() {
await clientRemove(ids);
@ -118,6 +118,7 @@ function handleMultiDelete() {
await configRemove(ids);
@ -129,6 +129,7 @@ function handleMultiDelete() {
await dictDataRemove(ids);
@ -128,6 +128,7 @@ function handleMultiDelete() {
await dictTypeRemove(ids);
@ -113,6 +113,7 @@ function handleMultiDelete() {
await noticeRemove(ids);
@ -116,6 +116,7 @@ function handleMultiDelete() {
await ossConfigRemove(ids);
await postRemove(ids);
@ -136,6 +136,7 @@ function handleMultiDelete() {
await roleRemove(ids);
@ -166,6 +166,7 @@ function handleMultiDelete() {
await userRemove(ids);