瀏覽代碼

添加我的账单流水

xukai 5 月之前
父節點
當前提交
0dd9345e93
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/view/animal/application/components/Application.vue
  2. 1 1
      src/view/todo/component/approveTasks.vue

+ 1 - 1
src/view/animal/application/components/Application.vue

@@ -285,7 +285,7 @@
   import { LeavelList } from '/@/constants/pageConstants'
   import { deepClone } from '/@/utils/other'
   import { useUserInfo } from '/@/stores/userInfo'
-  import { ProcurementChannels, FeedingSpecial } from '/@/constants/pageConstants'
+  import { ProcurementChannels, FeedingSpecial, UploadFileType } from '/@/constants/pageConstants'
 
   const uploadUrl = (import.meta as any).env.VITE_UPLOAD
 

+ 1 - 1
src/view/todo/component/approveTasks.vue

@@ -76,7 +76,7 @@
     title: '',
     submitTxt: ''
   })
-  const idList = ref([])
+  const idList = ref<number[]>([])
   const state = reactive<any>({
     taskDetail: {},
     detail: {},