|
@@ -694,6 +694,7 @@ const openModalOne = () => {
|
|
formData.dataOne = {
|
|
formData.dataOne = {
|
|
transactionTime: moment().format("yyyy-MM-DD HH:mm:ss"),
|
|
transactionTime: moment().format("yyyy-MM-DD HH:mm:ss"),
|
|
currency: accountCurrency.value[0].value,
|
|
currency: accountCurrency.value[0].value,
|
|
|
|
+ taxRefundDetailsList: [],
|
|
};
|
|
};
|
|
dialogVisibleOne.value = true;
|
|
dialogVisibleOne.value = true;
|
|
};
|
|
};
|