From 99fb2f04b31de142341fc0c84e1d262b4852b1ed Mon Sep 17 00:00:00 2001 From: jianghao <332515344@qq.com> Date: Wed, 31 Dec 2025 14:46:54 +0800 Subject: [PATCH] =?UTF-8?q?story=E6=93=8D=E4=BD=9C=E6=9D=83=E9=99=90?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/story/data.d.ts | 1 + src/pages/story/index.tsx | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/story/data.d.ts b/src/pages/story/data.d.ts index ceb6994..4e21583 100644 --- a/src/pages/story/data.d.ts +++ b/src/pages/story/data.d.ts @@ -42,6 +42,7 @@ export interface StoryType { updateTime?: string; storyTime: string; logo?: string; + permissionType?: number; } export interface BaseResponse { code: number; diff --git a/src/pages/story/index.tsx b/src/pages/story/index.tsx index 67b0d14..db919c1 100644 --- a/src/pages/story/index.tsx +++ b/src/pages/story/index.tsx @@ -191,7 +191,7 @@ export const BasicList: FC = () => { actions={[ { e.preventDefault(); showEditModal(item); @@ -202,7 +202,7 @@ export const BasicList: FC = () => { // 增加授权操作,可以授权给其他用户 { e.preventDefault(); setCurrent(item); @@ -213,7 +213,7 @@ export const BasicList: FC = () => { , { e.preventDefault(); deleteItem(item.instanceId ?? '');