This commit is contained in:
Putoo
2026-07-13 20:06:01 +08:00
parent b5de98a214
commit aa6ca6ac08
3 changed files with 1 additions and 4 deletions

View File

@@ -96,8 +96,6 @@ onMounted(async () => {
}
})
const BindData = async (): Promise<void> => {
let tradeId = PageExtend.QueryString("id");
let result = await TradeService.GetTradeInfo(tradeId);