fix #287, 261 by removing Math.floor()

This commit is contained in:
Cindy Chang
2024-06-12 09:05:46 +08:00
parent f1cabe2035
commit d117adf54e
2 changed files with 59 additions and 52 deletions

View File

@@ -1,6 +1,12 @@
import { defineStore } from "pinia";
import moment from 'moment';
/**
* stores/conformanceInput.js 與 stores/conformance.js 的差別在於
* 本store側重在暫存使用者的輸入
* 而後者則側重在 API 的串接之所需
*/
export default defineStore('conformanceInputStore', {
state: () => ({
inputDataToSave: {