mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 23:40:09 +01:00
Fix bug second
This commit is contained in:
parent
aab75c177f
commit
241411d770
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
];
|
];
|
||||||
let type;
|
let type;
|
||||||
let name;
|
let name;
|
||||||
let time = dayjs().format('YYYY-MM-DDTHH:mm');
|
let time = dayjs().format('YYYY-MM-DDTHH:mm:ss');
|
||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
if (!isEdit) return;
|
if (!isEdit) return;
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
name = weaponList[editName];
|
name = weaponList[editName];
|
||||||
}
|
}
|
||||||
|
|
||||||
time = dayjs.unix(editTime).format('YYYY-MM-DDTHH:mm');
|
time = dayjs.unix(editTime).format('YYYY-MM-DDTHH:mm:ss');
|
||||||
});
|
});
|
||||||
|
|
||||||
function add() {
|
function add() {
|
||||||
|
|
Loading…
Reference in a new issue