mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
chore: update
This commit is contained in:
@@ -172,9 +172,9 @@ function onEdit(row?: onEditNRow) {
|
||||
}
|
||||
|
||||
// 拷贝当前列表项的数据(字典类型)
|
||||
const { clipboardRef } = useCopyToClipboard();
|
||||
const { clipboardValue } = useCopyToClipboard();
|
||||
const cellDBLClickEvent: VxeTableEvents.CellDblclick = ({ row }) => {
|
||||
clipboardRef.value = unref(row).model;
|
||||
clipboardValue.value = unref(row).model;
|
||||
};
|
||||
|
||||
const xTable = ref({} as VxeTableInstance);
|
||||
|
||||
@@ -38,9 +38,8 @@ function onCloseTags() {
|
||||
getNodeByUniqueId(treeData.value, uniqueId).path;
|
||||
useMultiTagsStoreHook().handleTags("splice", currentPath);
|
||||
if (currentPath === "/tabs/index")
|
||||
router.push({
|
||||
path: multiTags.value[multiTags.value.length - 1].path
|
||||
});
|
||||
// @ts-expect-error
|
||||
router.push({ path: multiTags.value[multiTags.value.length - 1].path });
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -12,6 +12,7 @@ setOptions(
|
||||
},
|
||||
legend: {
|
||||
orient: "vertical",
|
||||
// @ts-expect-error
|
||||
right: true
|
||||
},
|
||||
series: [
|
||||
|
||||
Reference in New Issue
Block a user