| | |
| | | declare interface IdentifyStateType { |
| | | identifyData: Array<IdentifyType> |
| | | allData: Array<IdentifyType> |
| | | isAdmin: boolean |
| | | user: null | number |
| | | searchQuery: { |
| | | pageIndex: number, |
| | |
| | | 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, |
| | |
| | | sclCheckStandard: string, |
| | | sclCheckUnstandard: string, |
| | | sclCheckResult: string, |
| | | fileData: string |
| | | }, |
| | | identifyFormRules: { |
| | | |