马宇豪
2025-05-09 cbb23429b8beed72b58cbb57f9b3c56a0fb2b5d2
src/views/analyse/identify/index.ts
@@ -1,5 +1,7 @@
declare interface IdentifyStateType {
   identifyData: Array<IdentifyType>
   allData: Array<IdentifyType>
   isAdmin: boolean
   user: null | number
   searchQuery: {
      pageIndex: number,
@@ -85,8 +87,18 @@
   id: number,
   name: string,
}
declare interface file {
   url: string;
}
declare interface IdentifyDialogType {
   fileList: Array<file>,
   imgLimit: number,
   uploadUrl: string,
   isOverSize: boolean,
   header:{}
   dialogVisible: Boolean,
   dialogImageUrl: string | null,
   title: string,
   method: null | number,
   evaluateMethod: null | number,
@@ -125,6 +137,7 @@
      sclCheckStandard: string,
      sclCheckUnstandard: string,
      sclCheckResult: string,
      fileData: string
   },
   identifyFormRules: {