🔱: [client] sync upgrade with 3 commits [trident-sync]

refactor: 1.13.1
refactor:
This commit is contained in:
GitHub Actions Bot
2023-04-10 19:23:56 +00:00
parent 5746042d68
commit 32fd424295
4 changed files with 11 additions and 6 deletions
@@ -357,6 +357,7 @@ export const usePageStore = defineStore({
*/
keepAliveRefresh() {
this.keepAlive = this.opened.filter((item) => isKeepAlive(item)).map((e) => e.name);
console.log("keepalive", this.keepAlive);
},
/**
* @description 删除一个页面的缓存设置
@@ -15,7 +15,7 @@ import { message } from "ant-design-vue";
import { useFs } from "@fast-crud/fast-crud";
export default defineComponent({
name: "BasisRowHandle",
name: "RowHandleTooltip",
setup() {
const { crudBinding, crudRef, crudExpose } = useFs({ createCrudOptions });
// 页面打开后获取列表数据