feat:更新上传文件组件
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user