feat:更新上传文件组件

This commit is contained in:
2026-03-15 21:52:49 +08:00
parent d7d167f3e2
commit 1fb76fc220
20 changed files with 119 additions and 228 deletions

View File

@@ -14,7 +14,6 @@ import { getCurrentMonth, getCurrentYear, getStartEndDate } from 'vue3-common/ut
import { IDateType, ImagePathEnum } from '@/types'
import { IDialog, IStatsChart, IHandleApi } from 'vue3-common/types'
import { ElMessage } from 'element-plus'
import { isMobile } from 'vue3-common/utils/layoutUtil'
export const useBillStore = defineStore('bill', {
state: () => ({
@@ -125,10 +124,6 @@ export const useBillStore = defineStore('bill', {
break
}
this.billDialog.visible = false
if (!isMobile()) {
await this.refreshInfo()
}
},
getBillDateList() {
const { billYear, billMonth } = this.billQueryForm