Commit 54414d25 authored by 高滢's avatar 高滢

feat(招标管理招标计划): 详情页删除逻辑

parent f40a8210
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
<a-button type="default" class="btn" preIcon="mdi:book-add" @click="handleContent"> <a-button type="default" class="btn" preIcon="mdi:book-add" @click="handleContent">
添加合同 添加合同
</a-button> </a-button>
<!-- <a-button type="default" class="btn" preIcon="mdi:book-add" @click="importContract">--> <!-- <a-button type="default" class="btn" preIcon="mdi:book-add" @click="importContract">-->
<!-- 导入合同--> <!-- 导入合同-->
<!-- </a-button>--> <!-- </a-button>-->
<a-button type="default" class="btn" preIcon="humbleicons:upload" @click="handleUpload"> <a-button type="default" class="btn" preIcon="humbleicons:upload" @click="handleUpload">
上传附件 上传附件
</a-button> </a-button>
...@@ -169,9 +169,7 @@ ...@@ -169,9 +169,7 @@
projectId: detailId.value, projectId: detailId.value,
}); });
} }
async function handleRegisterSuccess(params: any) { async function handleRegisterSuccess(params: any) {}
}
async function handleSuccess(record: any) { async function handleSuccess(record: any) {
// detail.value = record; // detail.value = record;
await handleDetail(); await handleDetail();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment