From aa2c39d3b310f9c2e218b868e79ec94613ef0a9a Mon Sep 17 00:00:00 2001 From: oat Date: Wed, 14 Feb 2024 15:30:18 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4:=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=81=E0=B8=B2=E0=B8=A8?= =?UTF-8?q?=E0=B9=80=E0=B8=81=E0=B8=B5=E0=B8=A2=E0=B8=A3=E0=B8=95=E0=B8=B4?= =?UTF-8?q?=E0=B8=84=E0=B8=B8=E0=B8=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registry/components/Coin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/04_registry/components/Coin.vue b/src/modules/04_registry/components/Coin.vue index 5d1ebdb1e..96b5f8a5f 100644 --- a/src/modules/04_registry/components/Coin.vue +++ b/src/modules/04_registry/components/Coin.vue @@ -910,7 +910,7 @@ const selectData = async (props: any) => { issuer.value = props.row.issuer; detail.value = props.row.detail; issueDate.value = props.row.issueDate; - isDate.value = props.row.isDate; + isDate.value = props.row.isDate.toString(); issueDate2.value = props.row.issueDate2; refCommandNo.value = props.row.refCommandNo; refCommandDate.value =