src/views/analyse/identify/index.ts
@@ -85,8 +85,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 +135,7 @@ sclCheckStandard: string, sclCheckUnstandard: string, sclCheckResult: string, fileData: string }, identifyFormRules: {