This commit is contained in:
qsh
2025-08-29 11:14:59 +08:00
parent 4b0fa9fd7f
commit 36ce6fc87b
2 changed files with 4 additions and 4 deletions

View File

@@ -284,7 +284,7 @@ async function cancelDeal(row) {
const extraFeeDialog = ref()
function handleAddFee(row) {
extraFeeDialog.value.open(row.signId)
extraFeeDialog.value.open(row.signOrderId)
}
async function getOptions() {