From 724474543053bf6cf4ab9e8d14065e3d3b13a8ea Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期三, 16 四月 2025 09:57:43 +0800
Subject: [PATCH] 修改

---
 src/views/analyse/identify/index.ts |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/src/views/analyse/identify/index.ts b/src/views/analyse/identify/index.ts
index 713bb9b..1bc167b 100644
--- a/src/views/analyse/identify/index.ts
+++ b/src/views/analyse/identify/index.ts
@@ -1,5 +1,6 @@
 declare interface IdentifyStateType {
 	identifyData: Array<IdentifyType>
+	user: null | number
 	searchQuery: {
 		pageIndex: number,
 		pageSize: number,
@@ -74,7 +75,7 @@
 	sclCheckResult: string,
 	planExecStatus?: number,
 	evaluateMethod?: number,
-	factorQueryDTOList?: IdentifyType [],
+	factorQueryDTOList?: EvaluateType [],
 	evaluateUser?: string,
 	result?: number | null,
 	identificationDesc: string
@@ -84,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,
@@ -124,6 +135,7 @@
 		sclCheckStandard: string,
 		sclCheckUnstandard: string,
 		sclCheckResult: string,
+		fileData: string
 	},
 	identifyFormRules: {
 

--
Gitblit v1.9.2