This commit is contained in:
bwcx_jzy 2024-01-18 15:45:26 +08:00
parent a332f4eec5
commit fc09092baa
No known key found for this signature in database
GPG Key ID: E187D6E9DDDE8C53
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@
>
</a-menu-item>
<a-menu-item>
<a-button type="primary" danger size="small" @click="handleDelete(record)">{{
<a-button type="primary" danger size="small" @click="handleDelete(record, '')">{{
record.outGivingProject ? '删除' : '释放'
}}</a-button>
</a-menu-item>

View File

@ -278,7 +278,7 @@
<a-button size="small" type="primary" @click="copyItem(record)">复制</a-button>
</a-menu-item>
<a-menu-item>
<a-button size="small" type="primary" danger @click="handleDelete(record)">逻辑删除</a-button>
<a-button size="small" type="primary" danger @click="handleDelete(record, '')">逻辑删除</a-button>
</a-menu-item>
<a-menu-item>
<a-button size="small" type="primary" danger @click="handleDelete(record, 'thorough')"